commit | 8944551534b311a2d25acf6e8db235c6d906256c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 12:58:23 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 14 12:58:23 2022 +0100 |
tree | efcd900fc101768e456d5124ca1d5b2f7d064920 | |
parent | f420ff2440a009acd9573fdb6ad6d53509d78009 [diff] [blame] |
patch 8.2.4748: cannot use an imported function in a mapping Problem: Cannot use an imported function in a mapping. Solution: Recognize <SID>name.Func.
diff --git a/src/version.c b/src/version.c index 9f99177..e1a5bbd 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4748, +/**/ 4747, /**/ 4746,