clean up vimrc

This commit is contained in:
David Majnemer 2010-08-31 12:11:25 -05:00
parent a0d8d896f9
commit 4305facb80

2
vimrc
View file

@ -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