From e2258598cacebf3c90bbb8e13789194c417d8dad Mon Sep 17 00:00:00 2001 From: Michael Ennen Date: Wed, 26 Oct 2016 21:40:40 -0700 Subject: vim-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. https://github.com/vim/vim/commit/6f2e4b36c9d9908e1cace2b1b96e2c154a837bc2 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 5d35c0fa76..9f3bf74a99 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -860,7 +860,7 @@ static int included_patches[] = { // 1585, // 1584 NA // 1583 NA - // 1582, + 1582, 1581, 1580, // 1579 NA -- cgit