Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 3rd, 2012  |  syntax: VIM  |  size: 0.20 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. highlight ExtraWhitespace ctermbg=red guibg=red
  2. au ColorScheme * highlight ExtraWhitespace guibg=red
  3. au BufEnter * match ExtraWhitespace /\s\+$/
  4. au InsertEnter * match ExtraWhitespace /\s\+\%#\@<!$/