summaryrefslogtreecommitdiffstats
path: root/src/globals.h
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-31 11:37:20 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-31 11:37:20 +0100
commit750209459c9e54030409afe8f4ad59570600b5c4 (patch)
tree283538c45603d0ea62c1800eb67a49f8b6f66eef /src/globals.h
parent3a4cd39d476474e20e88ebf120ca6070cc0d0072 (diff)
patch 9.0.0118: no test for what patch 9.0.0155 fixesv9.0.0118
Problem: No test for what patch 9.0.0155 fixes. Solution: Add a test. Fix typos. (closes #10822)
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/globals.h b/src/globals.h
index 86472acda3..1fadc744f5 100644
--- a/src/globals.h
+++ b/src/globals.h
@@ -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);