- vim:
highlight OverLength ctermbg=darkred ctermfg=white guibg=#FFD9D9
au BufWinEnter *.c,*.h,*.cpp,*.pymk,*.py match OverLength /\%81v.*/ # - Replace *.c,blah with file match expressions of choice obviously. (re vim 80 char highlight trick). #
Powered by Twitter Tools