aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-05-06 00:22:22 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-05-06 00:22:22 +1200
commit5c3ba01494e23fa9ff320e92ec25c44049a333f0 (patch)
tree68af3a3927a327e67cd29f8cedf9cb4ad178e178 /vim
parentNew Fugitive version (diff)
downloaddotfiles-5c3ba01494e23fa9ff320e92ec25c44049a333f0.tar.gz
dotfiles-5c3ba01494e23fa9ff320e92ec25c44049a333f0.zip
More conservative setting for synmaxcol
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index f8fb45a5..0c8a3538 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -47,7 +47,7 @@ if has('syntax')
let &fillchars = 'diff: ,fold: ,vert: '
endif
if exists('&synmaxcol')
- set synmaxcol=3000
+ set synmaxcol=300
endif
endif