From 1b39e5e0b0a7f9b7e9dfeb9f185590fbba03fa40 Mon Sep 17 00:00:00 2001 From: aquiire Date: Wed, 9 Oct 2019 14:09:08 +0530 Subject: [PATCH] remove additional height why? May be there's a reason anyway in case you missed it. --- vimrcs/basic.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 11d1ed81..e4f44aab 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -79,7 +79,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