Re: Patch 7.4.1426

2016-03-13 Fir de Conversatie mattn
On Wednesday, March 9, 2016 at 4:04:09 PM UTC+9, mattn wrote: > Updated for latest. Added doc, test. > > https://gist.github.com/mattn/23c1f50999084992ca98 Sorry I had mistaken. it was not updated. https://gist.github.com/mattn/23c1f50999084992ca98 -- -- You received this message from the "vi

Re: Patch 7.4.1426

2016-03-08 Fir de Conversatie mattn
On Monday, February 29, 2016 at 12:32:24 PM UTC+9, mattn wrote: > Well, I think, at least, there is no reason that we doesn't provide > setbufline(). > How about to add setbufline? Below is a patch to add setbufline written by > Ozaki Kiichi in 1 year ago. > > https://gist.github.com/ichizok/64b

Re: Patch 7.4.1426

2016-02-28 Fir de Conversatie mattn
Well, I think, at least, there is no reason that we doesn't provide setbufline(). How about to add setbufline? Below is a patch to add setbufline written by Ozaki Kiichi in 1 year ago. https://gist.github.com/ichizok/64bdc92aed19ec9001dd - mattn -- -- You received this message from the "vim_

Re: Patch 7.4.1426

2016-02-27 Fir de Conversatie Bram Moolenaar
I wrote: > Patch 7.4.1426 > Problem:The "out-io" option for jobs is not implemented yet. > Solution: Implement the "buffer" value: append job output to a buffer. > Files: src/eval.c, src/channel.c, src/structs.h, src/netbeans.c, > r

Re: Patch 7.4.1426

2016-02-27 Fir de Conversatie Bram Moolenaar
Mats Bertil Tegner wrote: > On 2016-02-27 14:44, Bram Moolenaar wrote: > > > > Patch 7.4.1426 > > Problem:The "out-io" option for jobs is not implemented yet. > > Solution: Implement the "buffer" value: append job output to a buffer.

Re: Patch 7.4.1426

2016-02-27 Fir de Conversatie Mats Bertil Tegner
On 2016-02-27 14:44, Bram Moolenaar wrote: > > Patch 7.4.1426 > Problem:The "out-io" option for jobs is not implemented yet. > Solution: Implement the "buffer" value: append job output to a buffer. > Files: src/eval.c, src/channel.c, src/structs.h, sr

Patch 7.4.1426

2016-02-27 Fir de Conversatie Bram Moolenaar
Patch 7.4.1426 Problem:The "out-io" option for jobs is not implemented yet. Solution: Implement the "buffer" value: append job output to a buffer. Files: src/eval.c, src/channel.c, src/structs.h, src/netbeans.c, runtime/doc/channel.txt *** ../vim-7.4.1