Gary Johnson wrote:
> On 2016-07-16, Bram Moolenaar wrote:
> > Patch 7.4.2049
> > Problem:There is no way to get a list of the error lists.
> > Solution: Add ":chistory" and ":lhistory".
> > Files: src/ex_cmds.h, src/quickfix.c, src/ex_do
On 2016-07-16, Bram Moolenaar wrote:
> Patch 7.4.2049
> Problem:There is no way to get a list of the error lists.
> Solution: Add ":chistory" and ":lhistory".
> Files: src/ex_cmds.h, src/quickfix.c, src/ex_docmd.c, src/message.c,
>
Patch 7.4.2049
Problem:There is no way to get a list of the error lists.
Solution: Add ":chistory" and ":lhistory".
Files: src/ex_cmds.h, src/quickfix.c, src/ex_docmd.c, src/message.c,
src/proto/quickfix.pro, src/testdir/test_quickfix.vim
*** ../vim-7.