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
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
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_
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
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.
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
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