Skip to content

Instantly share code, notes, and snippets.

@defHLT
Last active December 29, 2015 01:09
Show Gist options
  • Save defHLT/7591240 to your computer and use it in GitHub Desktop.
Save defHLT/7591240 to your computer and use it in GitHub Desktop.
autocmd BufReadPost * match BadWhitespace /\s\+$/
autocmd InsertEnter * match BadWhitespace /\s\+\%#\@<!$/
autocmd InsertLeave * match BadWhitespace /\s\+$/
highlight BadWhitespace ctermbg=yellow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment