]> granicus.if.org Git - vim/commit
patch 8.1.1281: cannot specify a count with :chistory v8.1.1281
authorBram Moolenaar <Bram@vim.org>
Sun, 5 May 2019 19:00:26 +0000 (21:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 May 2019 19:00:26 +0000 (21:00 +0200)
commit8ffc7c8b5f004971cb6f2bdcfbe4f7123cce717c
tree79e1e27de4fa2cdad1960ea5afa0b48950cc9658
parent25c9c680ec4dfbb51f4ef21c3460a48d3c67ffc8
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)
runtime/doc/quickfix.txt
src/ex_cmds.h
src/quickfix.c
src/testdir/test_quickfix.vim
src/version.c