summaryrefslogtreecommitdiff
path: root/src/ex_cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_cmds.h')
-rw-r--r--src/ex_cmds.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ex_cmds.h b/src/ex_cmds.h
index 9e420b3fd..37577f7b3 100644
--- a/src/ex_cmds.h
+++ b/src/ex_cmds.h
@@ -336,8 +336,8 @@ EX(CMD_checktime, "checktime", ex_checktime,
RANGE|BUFNAME|COUNT|EXTRA|TRLBAR,
ADDR_OTHER),
EX(CMD_chistory, "chistory", qf_history,
- TRLBAR,
- ADDR_NONE),
+ RANGE|COUNT|TRLBAR,
+ ADDR_UNSIGNED),
EX(CMD_clist, "clist", qf_list,
BANG|EXTRA|TRLBAR|CMDWIN,
ADDR_NONE),
@@ -828,8 +828,8 @@ EX(CMD_lhelpgrep, "lhelpgrep", ex_helpgrep,
EXTRA|NOTRLCOM|NEEDARG,
ADDR_NONE),
EX(CMD_lhistory, "lhistory", qf_history,
- TRLBAR,
- ADDR_NONE),
+ RANGE|COUNT|TRLBAR,
+ ADDR_UNSIGNED),
EX(CMD_ll, "ll", ex_cc,
RANGE|COUNT|TRLBAR|BANG,
ADDR_QUICKFIX),