]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0692: if a buffer was deleted a channel can't write to it v8.1.0692
authorBram Moolenaar <Bram@vim.org>
Fri, 4 Jan 2019 23:02:57 +0000 (00:02 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Jan 2019 23:02:57 +0000 (00:02 +0100)
commit8b62d87e4243d3dc9bf4f17bfe1a8953077a70c9
tree3d1d16641f92aedc102ebb93a341256571e0b928
parent4164bb204e97a2ff3d6c43cba779bdff9e853892
patch 8.1.0692: if a buffer was deleted a channel can't write to it

Problem:    If a buffer was deleted a channel can't write to it.
Solution:   When the buffer exists but was unloaded, prepare it for writing.
            (closes #3764)
src/channel.c
src/testdir/test_channel.vim
src/version.c