From ffc6448b1ec43876723434c3140480fb028a7ac9 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Mon, 13 Sep 2010 17:38:22 +0200 Subject: [PATCH] vimrc: Increase 'synmaxcol' to 500 columns. --- vimrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.44.1