]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vim/colors/simon.vim: Documentation update.
authorSimon Ruderich <simon@ruderich.org>
Sat, 11 Aug 2012 20:22:31 +0000 (22:22 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 11 Aug 2012 20:22:31 +0000 (22:22 +0200)
vim/colors/simon.vim

index d9a781e07f79589650eeaf3e1d4a438256b80f2a..0bc8a955a600312d69dc18f876bd1758aac4f589 100644 (file)
@@ -142,7 +142,9 @@ highlight StatusLineNC                               cterm=reverse
 " used by AsciiDoc.
 highlight Title              ctermfg=63              cterm=bold
 " Vertical split column (black on default), black to try to hide it
-" (ctermfg=NONE doesn't work), cterm=NONE is necessary to remove reverse.
+" (ctermfg=NONE doesn't work), cterm=NONE is necessary to remove reverse. Also
+" see my vimrc for a way to hide it completely (the column is still there, but
+" empty).
 highlight VertSplit          ctermfg=16              cterm=NONE
 " Current visual selection (default on light gray).
 highlight Visual                         ctermbg=246