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 vim/vim#10822)
750209459c
This commit is contained in:
zeertzjq
2022-07-31 18:49:57 +08:00
parent 63244f68e7
commit 2c522854c7
4 changed files with 17 additions and 8 deletions

View File

@@ -1084,7 +1084,7 @@ EXTERN char windowsVersion[20] INIT(= { 0 });
EXTERN int exit_need_delay INIT(= 0);
// Set when 'cmdheight' is changed from non-zero to one temporarily.
EXTERN int made_cmdheight_nonzero INIT(= false);
// Set when 'cmdheight' is changed from zero to one temporarily.
EXTERN bool made_cmdheight_nonzero INIT(= false);
#endif // NVIM_GLOBALS_H