mirror of
https://github.com/vim/vim.git
synced 2025-10-05 05:34:07 -04:00
patch 8.2.0113: "make cmdidxs" fails
Problem: "make cmdidxs" fails. Solution: Allow address for ":cquit". Add --not-a-term to avoid a delay.
This commit is contained in:
@@ -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),
|
||||
|
Reference in New Issue
Block a user