Loading .vimrc +0 −7 Original line number Diff line number Diff line Loading @@ -129,13 +129,6 @@ nnoremap <space> za " === HIGH-LIGHTING === " Clear BufWinEnter autocommands au! BufWinEnter " Some unwanted white-space high-lighting highlight ExtraWhitespace ctermbg=darkgreen guibg=lightgreen au BufEnter * match ExtraWhitespace /\v([^\t]+)@>\t+|(\s{2,}|(\w.*)@<!\s)$/ " Set a marker column for *just outside* &textwidth highlight ColorColumn ctermbg=gray ctermfg=red guibg=gray guifg=red if exists('+colorcolumn') Loading Loading
.vimrc +0 −7 Original line number Diff line number Diff line Loading @@ -129,13 +129,6 @@ nnoremap <space> za " === HIGH-LIGHTING === " Clear BufWinEnter autocommands au! BufWinEnter " Some unwanted white-space high-lighting highlight ExtraWhitespace ctermbg=darkgreen guibg=lightgreen au BufEnter * match ExtraWhitespace /\v([^\t]+)@>\t+|(\s{2,}|(\w.*)@<!\s)$/ " Set a marker column for *just outside* &textwidth highlight ColorColumn ctermbg=gray ctermfg=red guibg=gray guifg=red if exists('+colorcolumn') Loading