commit | f0a4069e3df904ac6bd57718ec06e56c5d7363e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 11 22:05:47 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 11 22:05:47 2021 +0200 |
tree | 7f58de7700fa10cb7e4216d9f847b65479ae9833 | |
parent | 4f135275984722c1b1e9ace72eeeb7ce7e4ec983 [diff] [blame] |
patch 8.2.2975: Vim9: can only use an autoload function name as a string Problem: Vim9: can only use an autoload function name as a string. Solution: Load the autoload script when encountered. (closes #8124)
diff --git a/src/version.c b/src/version.c index 99a635b..0a113f4 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2975, +/**/ 2974, /**/ 2973,