commit | b8822442d716df0230c79531132e530e95cc17e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 11 15:24:05 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 11 15:24:05 2022 +0000 |
tree | b3ef7369be4f32805e8fcf04aee960d38d45e2e5 | |
parent | 0bbca540f7377889e2154aa5731f6eeffcb5c0cc [diff] [blame] |
patch 8.2.4063: Vim9: exported function in autoload script not found Problem: Vim9: exported function in autoload script not found. (Yegappan Lakshmanan) Solution: Use the autoload prefix to search for the function.
diff --git a/src/version.c b/src/version.c index 36525af..731a654 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4063, +/**/ 4062, /**/ 4061,