]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
vimrc: Increase 'synmaxcol' to 500 columns.
authorSimon Ruderich <simon@ruderich.org>
Mon, 13 Sep 2010 15:38:22 +0000 (17:38 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 13 Sep 2010 15:38:22 +0000 (17:38 +0200)
vimrc

diff --git a/vimrc b/vimrc
index 67e197d031980f5a77cbe36223df8bd3fe416874..86c23f01ea9f2c4c4e06f8eddb1020e79bb770cf 100644 (file)
--- 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
 " <antoine.mechelynck@gmail.com> from the Vim mailing list. It can easily be