]> granicus.if.org Git - vim/commit
patch 7.4.1373 v7.4.1373
authorBram Moolenaar <Bram@vim.org>
Sat, 20 Feb 2016 20:39:05 +0000 (21:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 20 Feb 2016 20:39:05 +0000 (21:39 +0100)
commitece61b06ef4726515177c9b293e1c20d2122a73f
treee35375890fd94fb5e0ec82e747125f7def355d8d
parent6f3a544228c1faf92211cbaf8bbedb1dff883f90
patch 7.4.1373
Problem:    Calling a Vim function over a channel requires turning the
            arguments into a string.
Solution:   Add the "call" command. (Damien)  Also merge "expr" and "eval"
            into one.
src/channel.c
src/testdir/test_channel.py
src/testdir/test_channel.vim
src/version.c