aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-11-02 12:34:42 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-11-02 12:34:42 +1300
commit5a169668ca10f2b89cd13966cfaa3e9164195e6f (patch)
treed1aa13bcb42a1f2c576ec7a904f28bc6d8ebf7fa /vim
parentRemove list of Makefile targets from README (diff)
downloaddotfiles-5a169668ca10f2b89cd13966cfaa3e9164195e6f.tar.gz
dotfiles-5a169668ca10f2b89cd13966cfaa3e9164195e6f.zip
Whoops, left debugging value in here
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 ccef0548..7449176b 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -569,7 +569,7 @@ if has('autocmd')
autocmd BufReadPre * let f=expand("<afile>")
\ | if getfsize(f) > g:bigfilesize
\ | setlocal nobackup nowritebackup noswapfile noundofile
- \ | if exists('&synmaxcol') | setlocal synmaxcol=10 | endif
+ \ | if exists('&synmaxcol') | setlocal synmaxcol=256 | endif
\ | endif
augroup end
endif