From e5172dd41210965327252a2447621dfd9dd905ed Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 24 Mar 2021 03:15:55 -0400 Subject: .vimrc: Remove command height configuration --- .vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.vimrc b/.vimrc index c8675fa..2defd44 100644 --- a/.vimrc +++ b/.vimrc @@ -339,6 +339,3 @@ augroup AutoCommands \| :echo expand('%:t') '[filetype=' . &filetype . ']' augroup END - -set cmdheight=999 " Set command height temporarily to avoid prompt. -set cmdheight=1 " Set command height back to the default. -- cgit v1.2.3