mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
clean up vimrc
This commit is contained in:
parent
a0d8d896f9
commit
4305facb80
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -347,7 +347,7 @@ if (&term =~ "^xterm")
|
|||
endif
|
||||
|
||||
" Terminal.app does not support back color erase
|
||||
if ($TERM_PROGRAM == "Apple_Terminal" && $TERM_PROGRAM_VERSION <= 273)
|
||||
if ($TERM_PROGRAM ==# "Apple_Terminal" && $TERM_PROGRAM_VERSION <= 273)
|
||||
set t_ut=
|
||||
endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue