Commit 7300cd50 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Remove the hitherto unused Vim ExtraWhitespace matching

Up until now it has been overridden by the long lines matching.  Using
character replacement with the listchars option is preferable.
parent 1388c887
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -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')