summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-04-12 14:23:19 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-12 14:23:19 +0100
commit60895f3e36def9beb7d5463e792e5154ad9a7a0a (patch)
treee27a7746b43c278eb9ec66ef3a23086cf34a75bd /src/structs.h
parent575445200bd35283191ecd7a0d596b37c5b477a4 (diff)
downloadvim-git-60895f3e36def9beb7d5463e792e5154ad9a7a0a.tar.gz
patch 8.2.4741: startup test failsv8.2.4741
Problem: Startup test fails. Solution: Avoid an error for verbose expansion. Fix that the "0verbose" command modifier doesn't work.
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/structs.h b/src/structs.h
index 670e0d229..05ea6fc52 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -662,7 +662,8 @@ typedef struct
regmatch_T cmod_filter_regmatch; // set by :filter /pat/
int cmod_filter_force; // set for :filter!
- int cmod_verbose; // non-zero to set 'verbose'
+ int cmod_verbose; // non-zero to set 'verbose', -1 is
+ // used for zero override
// values for undo_cmdmod()
char_u *cmod_save_ei; // saved value of 'eventignore'