mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-10 20:13:47 -05:00
Fix grammar error
This commit is contained in:
@@ -76,7 +76,7 @@ if exists('+undofile')
|
|||||||
set undofile
|
set undofile
|
||||||
endif
|
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'
|
if &t_Co == 8 && $TERM !~# '^linux'
|
||||||
set t_Co=16
|
set t_Co=16
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user