diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-04-14 12:58:23 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-04-14 12:58:23 +0100 |
commit | 8944551534b311a2d25acf6e8db235c6d906256c (patch) | |
tree | efcd900fc101768e456d5124ca1d5b2f7d064920 /src/version.c | |
parent | f420ff2440a009acd9573fdb6ad6d53509d78009 (diff) | |
download | vim-git-8944551534b311a2d25acf6e8db235c6d906256c.tar.gz |
patch 8.2.4748: cannot use an imported function in a mappingv8.2.4748
Problem: Cannot use an imported function in a mapping.
Solution: Recognize <SID>name.Func.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 9f9917726..e1a5bbd66 100644 --- a/src/version.c +++ b/src/version.c @@ -747,6 +747,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4748, +/**/ 4747, /**/ 4746, |