summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-01-12 15:46:08 +0100
committerBram Moolenaar <Bram@vim.org>2020-01-12 15:46:08 +0100
commit9b24dfcb9f676e7f7a09a9062f0d05b2104a87eb (patch)
tree8537a905d704980fa633385746376b1267618f07 /src/ex_cmds.h
parent02ad46394e8f887b60fda994f8a5da2ac1937b23 (diff)
patch 8.2.0113: "make cmdidxs" failsv8.2.0113
Problem: "make cmdidxs" fails. Solution: Allow address for ":cquit". Add --not-a-term to avoid a delay.
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r--src/ex_cmds.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index 928b1100d8..36a8ad4c2c 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -408,7 +408,7 @@ EXCMD(CMD_cpfile, "cpfile", ex_cnext,
ADDR_OTHER),
EXCMD(CMD_cquit, "cquit", ex_cquit,
EX_RANGE|EX_COUNT|EX_ZEROR|EX_TRLBAR|EX_BANG,
- ADDR_NONE),
+ ADDR_UNSIGNED),
EXCMD(CMD_crewind, "crewind", ex_cc,
EX_RANGE|EX_COUNT|EX_TRLBAR|EX_BANG,
ADDR_UNSIGNED),