diff src/globals.h @ 29554:d413dccd4f8a v9.0.0118

patch 9.0.0118: no test for what patch 9.0.0155 fixes Commit: https://github.com/vim/vim/commit/750209459c9e54030409afe8f4ad59570600b5c4 Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Jul 31 11:37:20 2022 +0100 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 https://github.com/vim/vim/issues/10822)
author Bram Moolenaar <Bram@vim.org>
date Sun, 31 Jul 2022 12:45:05 +0200
parents 6f9e21c30d7e
children 0cea0cdcce92
line wrap: on
line diff
--- a/src/globals.h
+++ b/src/globals.h
@@ -1729,5 +1729,5 @@ EXTERN int channel_need_redraw INIT(= FA
 // 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);