commit | 05159a0c6a27a030c8497c5cf836977090f9e75d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 26 23:04:13 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 26 23:04:13 2005 +0000 |
tree | 9ccc167cf3e830e5d01aff4555f99d854cbb623b | |
parent | 5313dcb75ac76501f23d21ac94efdbeeabc860bc [diff] [blame] |
updated for version 7.0052
diff --git a/src/gui.c b/src/gui.c index 572e330..2204cd5 100644 --- a/src/gui.c +++ b/src/gui.c
@@ -555,7 +555,7 @@ /* When 'cmdheight' was set during startup it may not have taken * effect yet. */ if (p_ch != 1L) - command_height(1L); + command_height(-1L); return; }