Patch 8.1.0524

2018-11-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.0524 (after 8.1.0522) Problem:Terminal test fails on Windows. Solution: Skip Test_terminal_does_not_truncate_last_newlines() for now. Files: src/testdir/test_terminal.vim *** ../vim-8.1.0523/src/testdir/test_terminal.vim 2018-11-11 22:18:17.214948188 +0100 ---

Patch 8.1.0523

2018-11-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.0523 Problem:Opening window from quickfix leaves empty buffer behind. Solution: Add qf_jump_newwin(). (Yegappan Lakshmanan, closes #2574) Files: src/proto/quickfix.pro, src/quickfix.c, src/testdir/test_quickfix.vim *** ../vim-8.1.0522/src/proto/quickfix.pro

Patch 8.1.0522

2018-11-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.0522 Problem::terminal does not show trailing empty lines. Solution: Add empty lines. (Hirohito Higashi, closes #3605) Files: src/terminal.c, src/testdir/test_terminal.vim *** ../vim-8.1.0521/src/terminal.c 2018-10-23 21:42:55.449760330 +0200 --- src/terminal.c

Re: [vim/vim] Opening files from quickfix window in new split creates new buffers [No Name] (#2574)

2018-11-11 Fir de Conversatie Yegappan Lakshmanan
Hi, On Fri, Nov 2, 2018 at 10:06 AM Yegappan Lakshmanan wrote: > > Hi Jason, > > On Thu, Nov 1, 2018 at 10:15 AM Jason Franklin > wrote: > > > > Yegappan, > > > > Thanks for the patch. I didn't try the code, but I looked at the diff. > > > > It strikes me as odd that a new, empty buffer will

Patch 8.1.0521

2018-11-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.0521 Problem:Cannot build with +eval but without +quickfix. Solution: Remove #ifdef for e_stringreq. (John Marriott) Files: src/evalfunc.c *** ../vim-8.1.0520/src/evalfunc.c 2018-11-11 15:20:32.432704446 +0100 --- src/evalfunc.c 2018-11-11 21:21:27.762608082

Re: Patch 8.1.0519

2018-11-11 Fir de Conversatie Yegappan Lakshmanan
Hi, On Sun, Nov 11, 2018 at 10:40 AM John Marriott wrote: > > On 12-Nov.-2018 01:21, Bram Moolenaar wrote: > > Patch 8.1.0519 > > Problem:Cannot save and restore the tag stack. > > Solution: Add gettagstack() and settagstack(). (Yegappan Lakshmanan, > > closes #3604) > >

Re: Patch 8.1.0519

2018-11-11 Fir de Conversatie Tony Mechelynck
On Linux64, even with that #ifdef in place, evalfunc.c compiles with no error, even in my Tiny and Small builds compiled with -quickfix and -eval (using gcc 7.3.1). All my other builds (Normal, Big and Huge) have +quickfix and +eval. Here are my configure options for the Normal build:

Re: Patch 8.1.0519

2018-11-11 Fir de Conversatie John Marriott
On 12-Nov.-2018 01:21, Bram Moolenaar wrote: Patch 8.1.0519 Problem:Cannot save and restore the tag stack. Solution: Add gettagstack() and settagstack(). (Yegappan Lakshmanan, closes #3604) Files: runtime/doc/eval.txt, runtime/doc/tagsrch.txt,

Patch 8.1.0520

2018-11-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.0520 Problem:Screen diff test sometimes fails. Solution: Add to list of flaky tests. Files: src/testdir/runtest.vim *** ../vim-8.1.0519/src/testdir/runtest.vim 2018-10-07 15:42:04.279309175 +0200 --- src/testdir/runtest.vim 2018-11-11 18:45:38.800483945 +0100

Patch 8.1.0519

2018-11-11 Fir de Conversatie Bram Moolenaar
Patch 8.1.0519 Problem:Cannot save and restore the tag stack. Solution: Add gettagstack() and settagstack(). (Yegappan Lakshmanan, closes #3604) Files: runtime/doc/eval.txt, runtime/doc/tagsrch.txt, runtime/doc/usr_41.txt, src/alloc.h, src/dict.c,

Re: Patch to add functions for manipulating the tag stack of a window

2018-11-11 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Sat, Nov 10, 2018 at 11:23 AM Bram Moolenaar wrote: > > Yegappan wrote: > > > On Tue, Nov 6, 2018 at 10:12 AM Yegappan Lakshmanan > > wrote: > > > > > > > > > > > > > > > > > > > The attached patch adds two new functions (gettagstack() and > > > > > > > > settagstack()) for getting