commit | 06b77229ca704d00c4f138ed0377556e54d5851f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 25 15:51:56 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 25 15:51:56 2022 +0000 |
tree | 6b24e9838841943803574a424599d687be2c05f1 | |
parent | dc5490e2cbc8c16022a23b449b48c1bd0083f366 [diff] [blame] |
patch 8.2.4216: Vim9: cannot use a function from an autoload import directly Problem: Vim9: cannot use a function from an autoload import directly. Solution: Add the AUTOLOAD instruction to figure out at runtime. (closes #9620)
diff --git a/src/version.c b/src/version.c index ddc34d8..f5f9a2e 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4216, +/**/ 4215, /**/ 4214,