mirror of
https://github.com/tpope/vim-sensible.git
synced 2025-11-12 04:53:46 -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>
|
||||
endif
|
||||
|
||||
set laststatus=2
|
||||
if &laststatus < 2
|
||||
set laststatus=2
|
||||
endif
|
||||
set ruler
|
||||
set wildmenu
|
||||
|
||||
|
||||
Reference in New Issue
Block a user