X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=vimrc;h=acc361f74e54da10b3daf9b41692d963e6761794;hb=312f46c288d46273109e5a75e391e920a8fce8b0;hp=88db35b817f38a9efd94d96853484b53d14bbf96;hpb=dbb6e842cef1cf10bf34784778332abc897f8000;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 88db35b..acc361f 100644 --- a/vimrc +++ b/vimrc @@ -260,6 +260,11 @@ endif if has('syntax') syntax enable +" Don't highlight more than 200 columns as I normally don't have that long +" lines and they slow down syntax coloring. Thanks to Derek Wyatt +" (http://www.derekwyatt.org/vim/the-vimrc-file/). + set synmaxcol=200 + " Highlight lines longer than 78 characters. Thanks to Tony Mechelynck " from the Vim mailing list. It can easily be " disabled when necessary with :2match (in Vim >= 700).