Re: Patch 7.4.1380

2016-02-22 Fir de Conversatie Bram Moolenaar
Yasuhiro Matsumoto wrote: > On Monday, February 22, 2016 at 2:29:12 PM UTC+9, mattn wrote: > > On Monday, February 22, 2016 at 2:23:49 PM UTC+9, mattn wrote: > > > Possibly double free. And small refactoring. > > > > > > https://gist.github.com/mattn/cc99c7a39598c5c632c9 > > > > Sorry, my fault

Re: Patch 7.4.1380

2016-02-21 Fir de Conversatie mattn
On Monday, February 22, 2016 at 2:29:12 PM UTC+9, mattn wrote: > On Monday, February 22, 2016 at 2:23:49 PM UTC+9, mattn wrote: > > Possibly double free. And small refactoring. > > > > https://gist.github.com/mattn/cc99c7a39598c5c632c9 > > Sorry, my fault. > > So this is only refactoring. > > h

Re: Patch 7.4.1380

2016-02-21 Fir de Conversatie mattn
On Monday, February 22, 2016 at 2:23:49 PM UTC+9, mattn wrote: > Possibly double free. And small refactoring. > > https://gist.github.com/mattn/cc99c7a39598c5c632c9 Sorry, my fault. So this is only refactoring. https://gist.github.com/mattn/6f298ada2eee242c178c -- -- You received this messag

Re: Patch 7.4.1380

2016-02-21 Fir de Conversatie mattn
Possibly double free. And small refactoring. https://gist.github.com/mattn/cc99c7a39598c5c632c9 -- -- 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 http://www.vim.org/maillist.php --- You

Patch 7.4.1380

2016-02-21 Fir de Conversatie Bram Moolenaar
Patch 7.4.1380 Problem:The job exit callback is not implemented. Solution: Add the "exit-cb" option. Files: src/structs.h, src/eval.c, src/channel.c, src/proto/eval.pro, src/misc2.c, src/macros.h, src/testdir/test_channel.vim *** ../vim-7.4.1379/src/structs.h