mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-10 03:53:48 -05:00
@@ -35,11 +35,6 @@ 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