mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-10 12:03:48 -05:00
Fix grammar error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user