commit | 6f2e4b36c9d9908e1cace2b1b96e2c154a837bc2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 16 22:52:12 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 16 22:52:12 2016 +0100 |
tree | cc33edb80550df0858eeb9b330aa7413acf138dd | |
parent | 65639032bb7b17996cd255d1508a1df4ad528a1f [diff] [blame] |
patch 7.4.1582 Problem: Get E923 when using function(dict.func, [], dict). (Kent Sibilev) Storing a function with a dict in a variable drops the dict if the function is script-local. Solution: Translate the function name. Use dict arg if present.
diff --git a/src/version.c b/src/version.c index 8af175e..6e19536 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1582, +/**/ 1581, /**/ 1580,