Revert "Lower 'synmaxcol'"

This reverts commit c176d13789.
This commit is contained in:
Tim Pope
2019-11-24 15:45:22 -05:00
parent bb75c2ec73
commit 2d9f34c09f

View File

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