From 562dbde02e76d978bfbf070794c478ce0a0462ba Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 31 Jan 2012 11:13:43 +0100 Subject: [PATCH] always show status line --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index bfd747e..552edc1 100644 --- a/vimrc +++ b/vimrc @@ -87,7 +87,7 @@ set showmode "display current mode at the bottom set showcmd "display command info at the bottom set ruler "display coordinates and relative position at the bottom set number "show line numbers in left margin -set laststatus=1 +set laststatus=2 " search tweaks