aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-03-24 03:15:55 -0400
committertdro <tdro@users.noreply.github.com>2021-03-24 03:15:55 -0400
commite5172dd41210965327252a2447621dfd9dd905ed (patch)
tree17901170819ead1c16a1bf3056e7fb5ccf8c1317
parent01e414c356021723bf08f6ea6d829197c8ddd24c (diff)
downloaddotfiles-e5172dd41210965327252a2447621dfd9dd905ed.tar.gz
dotfiles-e5172dd41210965327252a2447621dfd9dd905ed.tar.bz2
dotfiles-e5172dd41210965327252a2447621dfd9dd905ed.zip
.vimrc: Remove command height configuration
-rw-r--r--.vimrc3
1 files changed, 0 insertions, 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.