aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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