From 20d0497f13bf51879f0ced4d12d7b9a0b54d2e63 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 11 Aug 2012 22:22:31 +0200 Subject: [PATCH] vim/colors/simon.vim: Documentation update. --- vim/colors/simon.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vim/colors/simon.vim b/vim/colors/simon.vim index d9a781e..0bc8a95 100644 --- a/vim/colors/simon.vim +++ b/vim/colors/simon.vim @@ -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 -- 2.44.1