commit | efa94447e85eacce62c1fcf6b63e7f3431e2cb1b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 08 22:16:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 08 22:16:00 2020 +0200 |
tree | d2b59228836d831d965bbf45332164b530b605fb | |
parent | daa2f36573db3e1df7eb1fdbc3a09a2815644048 [diff] [blame] |
patch 8.2.1399: Vim9: may find imported item in wrong script Problem: Vim9: may find imported item in wrong script. Solution: When looking up script-local function use the embedded script ID. (issue #6644)
diff --git a/src/version.c b/src/version.c index e97b390..a85d54d 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1399, +/**/ 1398, /**/ 1397,