Created
May 9, 2013 19:20
-
-
Save 130db/5549827 to your computer and use it in GitHub Desktop.
Colorize everything after 80 column in Vim.
Resource: http://stackoverflow.com/questions/235439/vim-80-column-layout-concerns
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
highlight OverLength ctermbg=none ctermfg=red cterm=bold,underline guibg=#E53B2C | |
match OverLength /\%>80v.\+/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment