mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +00:00
vim thinks it has BCE on Terminal.app, it is wrong
This commit is contained in:
parent
b1fdc24c46
commit
147ec89447
1 changed files with 5 additions and 0 deletions
5
vimrc
5
vimrc
|
@ -346,6 +346,11 @@ if (&term =~ "^xterm")
|
||||||
map! <C-[>[5C <C-Right>
|
map! <C-[>[5C <C-Right>
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
" Terminal.app does not support back color erase
|
||||||
|
if ($TERM_PROGRAM == "Apple_Terminal" && $TERM_PROGRAM_VERSION <= 273)
|
||||||
|
set t_ut=
|
||||||
|
endif
|
||||||
|
|
||||||
" Python specific stuff
|
" Python specific stuff
|
||||||
if has('eval')
|
if has('eval')
|
||||||
let python_highlight_all = 1
|
let python_highlight_all = 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue