diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/vimrc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -107,7 +107,7 @@ function! <SID>SynStack() echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")') endfunc -colorscheme monochrome +"colorscheme monochrome " "let g:colors_name = 'monochrome' " @@ -182,7 +182,7 @@ call s:hi('StatusLineNC', s:black, s:purple) call s:hi('VertSplit', s:black, s:purple) " "" Tildes at the bottom of a buffer, etc. -"call s:hi('NonText', s:dgray) +call s:hi('NonText', s:dgray) " "" Folding. "call s:hi('FoldColumn', s:dgray) @@ -268,4 +268,3 @@ call s:hi('VertSplit', s:black, s:purple) "call s:hi('diffSubname', s:cgray) "call s:hi('diffAdded', s:white, s:green) "call s:hi('diffRemoved', s:white, s:red) -" |