Highlight chars after column 80 in vim.
This commit is contained in:
parent
b7e17d4a2f
commit
748fcd2398
3
vimrc
3
vimrc
@ -72,3 +72,6 @@ au FileType python :imap <F10> <Esc><F10>
|
|||||||
|
|
||||||
"Map <F9> on Latex files
|
"Map <F9> on Latex files
|
||||||
au FileType tex :map <F9> :! if [ -f Makefile ]; then; make; else; pdflatex %:t; rm *.aux; rm *.log; fi<cr>
|
au FileType tex :map <F9> :! if [ -f Makefile ]; then; make; else; pdflatex %:t; rm *.aux; rm *.log; fi<cr>
|
||||||
|
|
||||||
|
"Highlight chars after column 80
|
||||||
|
match ErrorMsg '\%>80v.\+'
|
||||||
|
Loading…
Reference in New Issue
Block a user