Skip to content

Instantly share code, notes, and snippets.

@tcrayford
Created December 2, 2012 13:29
Show Gist options
  • Save tcrayford/4188676 to your computer and use it in GitHub Desktop.
Save tcrayford/4188676 to your computer and use it in GitHub Desktop.
highlight ExtraWhitespace ctermbg=red guibg=red
au ColorScheme * highlight ExtraWhitespace guibg=red
au BufEnter * match ExtraWhitespace /\s\+$/
au InsertEnter * match ExtraWhitespace /\s\+\%#\@<!$/
au InsertLeave * match ExtraWhiteSpace /\s\+$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment