Skip to content

Instantly share code, notes, and snippets.

@sekimura
Created February 20, 2009 22:37
Show Gist options
  • Save sekimura/67753 to your computer and use it in GitHub Desktop.
Save sekimura/67753 to your computer and use it in GitHub Desktop.
" highlight tailing spaces
highlight ExtraWhitespace ctermbg=darkgreen guibg=darkgreen
match ExtraWhitespace /\s\+\%#\@<!$/
" 80 chars per a line
highlight OverLength ctermbg=red ctermfg=white guibg=#592929
match OverLength /\%81v.*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment