Skip to content

Instantly share code, notes, and snippets.

@panozzaj
Created March 4, 2010 13:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save panozzaj/321716 to your computer and use it in GitHub Desktop.
Save panozzaj/321716 to your computer and use it in GitHub Desktop.
" function for working with files with hard line breaks
cabbr eighty call Eighty()
fun! Eighty()
let w:m2=matchadd('ErrorMsg', '\%>80v.\+', -1) " highlight any line > 80 characters
set textwidth=80
colo neon
endfu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment