]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0015 v8.0.0015
authorBram Moolenaar <Bram@vim.org>
Mon, 26 Sep 2016 20:36:58 +0000 (22:36 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 26 Sep 2016 20:36:58 +0000 (22:36 +0200)
commit7ef3810d28b7ab2edbfcafab3fe8ad8bc2c2f138
tree9e53fef5708789fd930f86172c1fff8529f27f74
parent1eceadaf481e34ed8155011534159775697ce884
patch 8.0.0015
Problem:    Can't tell which part of a channel has "buffered" status.
Solution:   Add an optional argument to ch_status().  Let ch_info() also
            return "buffered" for out_status and err_status.
runtime/doc/eval.txt
src/channel.c
src/evalfunc.c
src/proto/channel.pro
src/testdir/test_channel.vim
src/version.c