Fix grammar error

This commit is contained in:
Tim Pope
2013-01-22 18:28:59 -05:00
parent ea5d006613
commit 7aa7dba2a2

View File

@@ -76,7 +76,7 @@ if exists('+undofile')
set undofile
endif
" Allow color schemes do bright colors without forcing bold.
" Allow color schemes to do bright colors without forcing bold.
if &t_Co == 8 && $TERM !~# '^linux'
set t_Co=16
endif