commit | d5f400c607182db6d4fbe2964471d796277f67e8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 06 21:10:28 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 06 21:10:28 2022 +0000 |
tree | 285e08dceecf77069c17d1c513e3c918140b18dc | |
parent | 18f4740f043b353abe47b7a00131317052457686 [diff] [blame] |
patch 8.2.4019: Vim9: import mechanism is too complicated Problem: Vim9: import mechanism is too complicated. Solution: Do not use the Javascript mechanism but a much simpler one.
diff --git a/src/version.c b/src/version.c index 20def0b..ddc986b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4019, +/**/ 4018, /**/ 4017,