From: Simon Ruderich Date: Mon, 13 Sep 2010 15:38:22 +0000 (+0200) Subject: vimrc: Increase 'synmaxcol' to 500 columns. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=ffc6448b1ec43876723434c3140480fb028a7ac9;p=config%2Fdotfiles.git vimrc: Increase 'synmaxcol' to 500 columns. --- diff --git a/vimrc b/vimrc index 67e197d..86c23f0 100644 --- a/vimrc +++ b/vimrc @@ -291,10 +291,10 @@ endif if has('syntax') syntax enable -" Don't highlight more than 200 columns as I normally don't have that long +" Don't highlight more than 500 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 + set synmaxcol=500 " Highlight lines longer than 78 characters. Thanks to Tony Mechelynck " from the Vim mailing list. It can easily be