mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-08 11:03:47 -05:00
Lower 'synmaxcol'
Closes https://github.com/tpope/vim-sensible/issues/142
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user