From d551d7b20da6bd3c5e33f351c8f3fb7e737ed5d6 Mon Sep 17 00:00:00 2001 From: aquiire Date: Sat, 16 Nov 2019 20:59:12 +0530 Subject: [PATCH] remove additional height (#540) 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