]> granicus.if.org Git - vim/commit
patch 7.4.2287 v7.4.2287
authorBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2016 17:26:43 +0000 (19:26 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 28 Aug 2016 17:26:43 +0000 (19:26 +0200)
commit6fc8227ebfbdfbbb48b81b679db81f421dbce79b
treea86b93f53fd7e9035b5293e50740d7898de250e2
parentfec246d2c595164ac3b7e9fe9677053d3739b834
patch 7.4.2287
Problem:    The callback passed to ch_sendraw() is not used.
Solution:   Pass the read part, not the send part. (haya14busa, closes #1019)
src/channel.c
src/testdir/test_channel.vim
src/version.c