Patch to fix a memory leak when vimgrep fails

2018-04-11 Fir de Conversatie Yegappan Lakshmanan
Hi, Running the quickfix tests under valgrind reports a memory leak when vimgrep fails. The attached patch fixes this leak. - Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit

Re: vim prompt E484: Can't open file

2018-04-11 Fir de Conversatie brucekane22
在 2018年4月6日星期五 UTC+8下午10:38:03,Christian Brabandt写道: > On Do, 05 Apr 2018, brucekan...@gmail.com wrote: > > > 在 2018年4月3日星期二 UTC+8下午6:35:57,Christian Brabandt写道: > > > On Di, 03 Apr 2018, brucekan...@gmail.com wrote: > > > > > > > I'm using VIM 8.0 and set the option: "set > > > >

Patch 8.0.1699

2018-04-11 Fir de Conversatie Bram Moolenaar
Patch 8.0.1699 Problem:Leftover stuff for Python 1.4. Solution: Remove outdated Python 1.4 stuff. (Naoki Inada, closes #2794) Files: src/Makefile, src/config.aap.in, src/config.mk.in, src/configure.ac, src/auto/configure *** ../vim-8.0.1698/src/Makefile2018-04-10

Re: Patch 8.0.1677

2018-04-11 Fir de Conversatie John Marriott
On 10-Apr.-2018 20:42, Bram Moolenaar wrote: John Marriott wrote: On 08-Apr.-2018 21:08, Bram Moolenaar wrote: Patch 8.0.1677 Problem:No compiler warning for wrong format in vim_snprintf(). Solution: Add printf attribute for gcc. Fix reported problems. Files: src/vim.h,

Patch 8.0.1698

2018-04-11 Fir de Conversatie Bram Moolenaar
Patch 8.0.1698 Problem:Coverate statistics don't work on coveralls. Solution: Use curly braces for $SRCDIR. Files: .travis.yml *** ../vim-8.0.1697/.travis.yml 2018-04-11 10:06:00.727165093 +0200 --- .travis.yml 2018-04-11 21:01:42.849882563 +0200 *** *** 108,114

Patch 8.0.1697

2018-04-11 Fir de Conversatie Bram Moolenaar
Patch 8.0.1697 Problem:Various tests are still a bit flaky. Solution: Increase the default wait time to five seconds. Files: src/testdir/shared.vim, src/testdir/screendump.vim, src/testdir/test_channel.vim, src/testdir/test_clientserver.vim,

Re: Patch 8.0.1693

2018-04-11 Fir de Conversatie Christian Brabandt
On Mi, 11 Apr 2018, Bram Moolenaar wrote: > I added the -i argument, but now coveralls shows no coverage at all Yeah, I saw that, not sure what is going on. I asked support about it. Best, Christian -- Ich habe mir nie meine Erziehung durch Schulbildung verderben lassen. -- -- You

Re: Patch 8.0.1693

2018-04-11 Fir de Conversatie Bram Moolenaar
Christian wrote: > > > On Di, 10 Apr 2018, Bram Moolenaar wrote: > > > > > > > > > > > Patch 8.0.1693 > > > > Problem:Xxd is excluded from coverage statistics. > > > > Solution: Don't skip the xxd directory. (Christian Brabandt) > > > > Files: .travis.yml > > > > > > I think this

Patch 8.0.1696

2018-04-11 Fir de Conversatie Bram Moolenaar
Patch 8.0.1696 Problem:Coverate statistics don't work. Solution: Include the xxd directory. (Christian Brabandt) Files: .travis.yml *** ../vim-8.0.1695/.travis.yml 2018-04-10 21:16:28.214741517 +0200 --- .travis.yml 2018-04-11 10:04:43.931701728 +0200 *** *** 108,114

Re: Patch 8.0.1693

2018-04-11 Fir de Conversatie Christian Brabandt
On Di, 10 Apr 2018, Bram Moolenaar wrote: > > Christian wrote: > > > On Di, 10 Apr 2018, Bram Moolenaar wrote: > > > > > > > > Patch 8.0.1693 > > > Problem:Xxd is excluded from coverage statistics. > > > Solution: Don't skip the xxd directory. (Christian Brabandt) > > > Files: