commit | 71f21938bc9f4f6c0e52c178f51cb19be9804690 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 18:20:55 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 18:20:55 2022 +0000 |
tree | 8cf3ec06947257cb88fb7366ac1fd04203f60404 | |
parent | b2d85e3784ac89f5209489844c1ee0f54d117abb [diff] [blame] |
patch 8.2.4030: a script local funcref is not found from a mapping Problem: A script local funcref is not found from a mapping. Solution: When looking for a function, also find a script-local funcref. (closes #9485)
diff --git a/src/version.c b/src/version.c index 5bd5f83..5658467 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4030, +/**/ 4029, /**/ 4028,