mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 9.0.0340: the 'cmdheight' zero support causes too much trouble
Problem: The 'cmdheight' zero support causes too much trouble. Solution: Revert support for 'cmdheight' being zero.
This commit is contained in:
@@ -2096,10 +2096,6 @@ getchar_common(typval_T *argvars, typval_T *rettv)
|
||||
--no_mapping;
|
||||
--allow_keys;
|
||||
|
||||
// redraw the screen after getchar()
|
||||
if (p_ch == 0)
|
||||
update_screen(UPD_NOT_VALID);
|
||||
|
||||
set_vim_var_nr(VV_MOUSE_WIN, 0);
|
||||
set_vim_var_nr(VV_MOUSE_WINID, 0);
|
||||
set_vim_var_nr(VV_MOUSE_LNUM, 0);
|
||||
|
Reference in New Issue
Block a user