commit | 65639032bb7b17996cd255d1508a1df4ad528a1f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 16 21:40:30 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 16 21:40:30 2016 +0100 |
tree | c401708b24d875fb01cc3bdd5989a0f271ad652c | |
parent | 7a5c46a9df7ef01a4f6a620861c35400d5ad28d9 [diff] [blame] |
patch 7.4.1581 Problem: Using ":call dict.func()" where the function is a partial does not work. Using "dict.func()" where the function does not take a Dictionary does not work. Solution: Handle partial properly in ":call". (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index cb29158..8af175e 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1581, +/**/ 1580, /**/ 1579,