commit | ece61b06ef4726515177c9b293e1c20d2122a73f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 21:39:05 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 21:39:05 2016 +0100 |
tree | e35375890fd94fb5e0ec82e747125f7def355d8d | |
parent | 6f3a544228c1faf92211cbaf8bbedb1dff883f90 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index f82e874..5b8374b 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1373, +/**/ 1372, /**/ 1371,