aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-06-09 00:24:11 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-06-09 00:24:11 +1200
commit662e5f228ced3a0828af45be4f0c062fd9a93a45 (patch)
tree2ea29c06e60f5b48e00c5f165fd1a7966457e93d /vim
parentOptimise call a bit (diff)
downloaddotfiles-662e5f228ced3a0828af45be4f0c062fd9a93a45.tar.gz
dotfiles-662e5f228ced3a0828af45be4f0c062fd9a93a45.zip
Prevent syntax highlighting for long lines
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/vimrc b/vim/vimrc
index e9c94a06..fa630565 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -30,6 +30,7 @@ endif
" Colors
if has("syntax")
syntax enable
+ set synmaxcol=500
set background=dark
silent! colorscheme sahara
if has("folding")