1
0
forked from aniani/vim

patch 9.0.0118: no test for what patch 9.0.0155 fixes

Problem:    No test for what patch 9.0.0155 fixes.
Solution:   Add a test. Fix typos.  (closes #10822)
This commit is contained in:
zeertzjq
2022-07-31 11:37:20 +01:00
committed by Bram Moolenaar
parent 3a4cd39d47
commit 750209459c
6 changed files with 19 additions and 8 deletions

View File

@@ -1729,5 +1729,5 @@ EXTERN int channel_need_redraw INIT(= FALSE);
// 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 non-zero to one temporarily.
// Set when 'cmdheight' is changed from zero to one temporarily.
EXTERN int made_cmdheight_nonzero INIT(= FALSE);