]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0860: side effects when channel appends to a buffer v8.0.0860
authorBram Moolenaar <Bram@vim.org>
Fri, 4 Aug 2017 19:37:54 +0000 (21:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 4 Aug 2017 19:37:54 +0000 (21:37 +0200)
commit6b7355a30ddd294c19cd9be924d487d592ccfae1
tree94c51538082a4ffe2c0306e6b7422607be5e3696
parent8e5eece8c5f22a2235edeb743d06253f6c54cfdc
patch 8.0.0860: side effects when channel appends to a buffer

Problem:    There may be side effects when a channel appends to a buffer that
            is not the current buffer.
Solution:   Properly switch to another buffer before appending. (Yasuhiro
            Matsumoto, closes #1926, closes #1937)
src/buffer.c
src/channel.c
src/if_py_both.h
src/proto/buffer.pro
src/version.c