Skip to content

Instantly share code, notes, and snippets.

@bodepd
Created August 11, 2014 17:12
Show Gist options
  • Save bodepd/1e2588bfd60d5a0e08d4 to your computer and use it in GitHub Desktop.
Save bodepd/1e2588bfd60d5a0e08d4 to your computer and use it in GitHub Desktop.
highlight ExtraWhitespace ctermbg=red guibg=red
match ExtraWhitespace /\s\+$/
autocmd BufWinEnter * match ExtraWhitespace /\s\+$/
autocmd InsertEnter * match ExtraWhitespace /\s\+\%#\@<!$/
autocmd InsertLeave * match ExtraWhitespace /\s\+$/
autocmd BufWinLeave * call clearmatches()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment