aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-06-15 15:37:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-06-15 15:37:46 +1200
commitbfb8cf8dbbd42db5375d67fa80370d8bc497541c (patch)
tree17e39424553f79e21596c9719c02991a51ca25d1 /vim/vimrc
parentRevert generalised loop for formatoptions keys (diff)
downloaddotfiles-bfb8cf8dbbd42db5375d67fa80370d8bc497541c.tar.gz
dotfiles-bfb8cf8dbbd42db5375d67fa80370d8bc497541c.zip
Higher value for synmaxcol
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 2bbbfdaf..39685eb1 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -51,7 +51,7 @@ if has("syntax")
set fillchars=diff:\ ,fold:\ ,vert:\
endif
if exists("&synmaxcol")
- set synmaxcol=500
+ set synmaxcol=3000
endif
endif