mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-12 13:03:47 -05:00
Don't disable global statusline
References: https://github.com/tpope/vim-sensible/issues/102
This commit is contained in:
@@ -35,7 +35,9 @@ 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
|
||||||
|
|
||||||
set laststatus=2
|
if &laststatus < 2
|
||||||
|
set laststatus=2
|
||||||
|
endif
|
||||||
set ruler
|
set ruler
|
||||||
set wildmenu
|
set wildmenu
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user