Skip to content

Commit

Permalink
Don't disable global statusline
Browse files Browse the repository at this point in the history
References: #102
  • Loading branch information
tpope committed Apr 11, 2022
1 parent 2d9f34c commit 226203b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugin/sensible.vim
Expand Up @@ -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

Expand Down

0 comments on commit 226203b

Please sign in to comment.