always show status line

This commit is contained in:
Loic Nageleisen 2012-01-31 11:13:43 +01:00
parent 366190a118
commit 562dbde02e

2
vimrc
View file

@ -87,7 +87,7 @@ set showmode "display current mode at the bottom
set showcmd "display command info at the bottom set showcmd "display command info at the bottom
set ruler "display coordinates and relative position at the bottom set ruler "display coordinates and relative position at the bottom
set number "show line numbers in left margin set number "show line numbers in left margin
set laststatus=1 set laststatus=2
" search tweaks " search tweaks