commit | d844862bcec5db210116847a67de93578ba781d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 21:39:52 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 07 21:39:52 2022 +0000 |
tree | cb1d924b4da4349322ff85d47ec35a949d552d21 | |
parent | 48d0ac775cb2da3b5aa9d46711ff17c50ce0f707 [diff] [blame] |
patch 8.2.4036: Vim9: script test file is getting too long Problem: Vim9: script test file is getting too long. Solution: Split the import/export functionality to a separate file.
diff --git a/src/version.c b/src/version.c index 44d849e..e86bd10 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4036, +/**/ 4035, /**/ 4034,