mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-08-05 16:48:38 +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
|
endif
|
||||||
|
|
||||||
" Terminal.app does not support back color erase
|
" 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=
|
set t_ut=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue