Re: Patch 7.4.2049

2016-07-17 Fir de Conversatie Bram Moolenaar
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

Re: Patch 7.4.2049

2016-07-16 Fir de Conversatie Gary Johnson
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

2016-07-16 Fir de Conversatie Bram Moolenaar
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.