From a7e2afb883682482d88bb0bec808b9d423242c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miros=C5=82aw=20Prag=C5=82owski?= Date: Thu, 20 Mar 2014 20:15:39 +0100 Subject: [PATCH] changed size of cmd line to 1 --- vimrcs/basic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 68b79b82..088231d5 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -87,7 +87,7 @@ endif set ruler " Height of the command bar -set cmdheight=2 +set cmdheight=1 " A buffer becomes hidden when it is abandoned set hid