commit | ea2d8d25718836bf627b67b7fcd28a1e528bb7b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 29 22:11:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 29 22:11:05 2020 +0200 |
tree | 7e7b8bf47580bd922ef16614903881ef4e8892cd | |
parent | c7e44a7e4caedc1bc33f5c8e481109c0ae002823 [diff] [blame] |
patch 8.2.1325: Vim9: using Vim9 script for autaload not tested Problem: Vim9: using Vim9 script for autaload not tested. Solution: Add a test. Update help.
diff --git a/src/version.c b/src/version.c index 0734bdc..02fa087 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1325, +/**/ 1324, /**/ 1323,