Skip to content

Instantly share code, notes, and snippets.

@syjcnss
Created January 4, 2017 08:30
Show Gist options
  • Save syjcnss/2a02c706a992b9e7683228f86479cebe to your computer and use it in GitHub Desktop.
Save syjcnss/2a02c706a992b9e7683228f86479cebe to your computer and use it in GitHub Desktop.
highlight trailing spaces
" hight trailing spaces
highlight ExtraWhitespace ctermbg=red guibg=red
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