commit | 160aa86a9d5f4b99437bf48ef16400de33bf2f50 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 10 21:29:57 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 10 21:29:57 2022 +0000 |
tree | f382d33b8de80c099da103d2ebe649f85c435497 | |
parent | 6990b78f253eb7f3ebd296fd5c8353e3da1cc8f2 [diff] [blame] |
patch 8.2.4057: Vim9: not fully implementing the autoload mechanism Problem: Vim9: not fully implementing the autoload mechanism. Solution: Allow for exporting a legacy function. Improve test coverage.
diff --git a/src/version.c b/src/version.c index 6b7f110..40cf77f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4057, +/**/ 4056, /**/ 4055,