change versplit thinner

This commit is contained in:
Yuan B.J 2014-10-09 16:20:35 +08:00
parent 6826554c3a
commit 23d39a5126
2 changed files with 2 additions and 2 deletions

View file

@ -140,7 +140,7 @@ call s:Col('NonText', 'base4')
call s:Col('Todo', 'magenta', s:background)
" The column separating vertical splits.
call s:Col('VertSplit', 'base2', 'base2')
call s:Col('VertSplit', 'base2', s:background)
call s:Col('StatusLineNC', 'base4', 'base2')
" Matching parenthesis.

View file

@ -140,7 +140,7 @@ call s:Col('NonText', 'base4')
call s:Col('Todo', 'magenta', s:background)
" The column separating vertical splits.
call s:Col('VertSplit', 'base2', 'base2')
call s:Col('VertSplit', 'base2', s:background)
call s:Col('StatusLineNC', 'base4', 'base2')
" Matching parenthesis.