Lower 'synmaxcol'

Closes https://github.com/tpope/vim-sensible/issues/142
This commit is contained in:
Tim Pope
2018-06-24 17:24:33 -04:00
parent 67fe033b2b
commit c176d13789

View File

@@ -35,6 +35,11 @@ if maparg('<C-L>', 'n') ==# ''
nnoremap <silent> <C-L> :nohlsearch<C-R>=has('diff')?'<Bar>diffupdate':''<CR><CR><C-L> nnoremap <silent> <C-L> :nohlsearch<C-R>=has('diff')?'<Bar>diffupdate':''<CR><CR><C-L>
endif endif
if &synmaxcol == 3000
" Lowering this improves performance in files with long lines.
set synmaxcol=500
endif
set laststatus=2 set laststatus=2
set ruler set ruler
set wildmenu set wildmenu