]> granicus.if.org Git - vim/commit
patch 7.4.1341 v7.4.1341
authorBram Moolenaar <Bram@vim.org>
Tue, 16 Feb 2016 20:03:07 +0000 (21:03 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 16 Feb 2016 20:03:07 +0000 (21:03 +0100)
commit910b8aac5dc4693c4508b7acd2cef0bbfac04242
treecb88e93372558043a8a0050d6ff5fa6704e74f02
parent7d63f624603ebeae336d4c504f82ab3da3481f46
patch 7.4.1341
Problem:    It's difficult to add more arguments to ch_sendraw() and
            ch_sendexpr().
Solution:   Make the third option a dictionary.
runtime/doc/channel.txt
runtime/doc/eval.txt
src/channel.c
src/eval.c
src/os_unix.c
src/os_win32.c
src/proto/channel.pro
src/structs.h
src/testdir/test_channel.vim
src/version.c