Increase synmaxcol to 350 chars

This commit is contained in:
Kevin MacMartin 2018-06-05 15:32:01 -04:00
parent f4c44b49f3
commit bcf0b91cb2

View file

@ -62,7 +62,7 @@
"FILE: {{{
filetype plugin indent on "enable filetype-based auto-indentation
syntax on "enable syntax highlighting
set synmaxcol=300 "disable syntax highlighting on a given line after 300 characters
set synmaxcol=350 "disable syntax highlighting on a given line after 350 characters
set formatoptions=roqnl12 "how automatic formatting is to be done
set diffopt=foldcolumn:0,filler "vimdiff default settings
set foldmethod=syntax foldcolumn=1 foldlevel=2 "fold layers 3 and deeper