comparison src/ex_cmds.h @ 16555:1302bc0b80db v8.1.1281

patch 8.1.1281: cannot specify a count with :chistory commit https://github.com/vim/vim/commit/8ffc7c8b5f004971cb6f2bdcfbe4f7123cce717c Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 5 21:00:26 2019 +0200 patch 8.1.1281: cannot specify a count with :chistory Problem: Cannot specify a count with :chistory. Solution: Add a count to :chistory and :lhistory. (Yegappan Lakshmanan, closes #4344)
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 May 2019 21:15:05 +0200
parents 1d2b3bb35414
children 0422b14bce58
comparison
equal deleted inserted replaced
16554:46b6265c641e 16555:1302bc0b80db
334 ADDR_NONE), 334 ADDR_NONE),
335 EX(CMD_checktime, "checktime", ex_checktime, 335 EX(CMD_checktime, "checktime", ex_checktime,
336 RANGE|BUFNAME|COUNT|EXTRA|TRLBAR, 336 RANGE|BUFNAME|COUNT|EXTRA|TRLBAR,
337 ADDR_OTHER), 337 ADDR_OTHER),
338 EX(CMD_chistory, "chistory", qf_history, 338 EX(CMD_chistory, "chistory", qf_history,
339 TRLBAR, 339 RANGE|COUNT|TRLBAR,
340 ADDR_NONE), 340 ADDR_UNSIGNED),
341 EX(CMD_clist, "clist", qf_list, 341 EX(CMD_clist, "clist", qf_list,
342 BANG|EXTRA|TRLBAR|CMDWIN, 342 BANG|EXTRA|TRLBAR|CMDWIN,
343 ADDR_NONE), 343 ADDR_NONE),
344 EX(CMD_clast, "clast", ex_cc, 344 EX(CMD_clast, "clast", ex_cc,
345 RANGE|COUNT|TRLBAR|BANG, 345 RANGE|COUNT|TRLBAR|BANG,
826 ADDR_OTHER), 826 ADDR_OTHER),
827 EX(CMD_lhelpgrep, "lhelpgrep", ex_helpgrep, 827 EX(CMD_lhelpgrep, "lhelpgrep", ex_helpgrep,
828 EXTRA|NOTRLCOM|NEEDARG, 828 EXTRA|NOTRLCOM|NEEDARG,
829 ADDR_NONE), 829 ADDR_NONE),
830 EX(CMD_lhistory, "lhistory", qf_history, 830 EX(CMD_lhistory, "lhistory", qf_history,
831 TRLBAR, 831 RANGE|COUNT|TRLBAR,
832 ADDR_NONE), 832 ADDR_UNSIGNED),
833 EX(CMD_ll, "ll", ex_cc, 833 EX(CMD_ll, "ll", ex_cc,
834 RANGE|COUNT|TRLBAR|BANG, 834 RANGE|COUNT|TRLBAR|BANG,
835 ADDR_QUICKFIX), 835 ADDR_QUICKFIX),
836 EX(CMD_llast, "llast", ex_cc, 836 EX(CMD_llast, "llast", ex_cc,
837 RANGE|COUNT|TRLBAR|BANG, 837 RANGE|COUNT|TRLBAR|BANG,