forked from aniani/vim
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:
@@ -1734,6 +1734,3 @@ EXTERN int channel_need_redraw INIT(= FALSE);
|
||||
// While executing a regexp and set to OPTION_MAGIC_ON or OPTION_MAGIC_OFF this
|
||||
// overrules p_magic. Otherwise set to OPTION_MAGIC_NOT_SET.
|
||||
EXTERN optmagic_T magic_overruled INIT(= OPTION_MAGIC_NOT_SET);
|
||||
|
||||
// Set when 'cmdheight' is changed from zero to one temporarily.
|
||||
EXTERN int made_cmdheight_nonzero INIT(= FALSE);
|
||||
|
Reference in New Issue
Block a user