commit | 90193e6140e5e7f1945e3e144a95697b0e16237a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 04 20:49:50 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 04 20:49:50 2021 +0200 |
tree | 972a396bb2bf0330c423034e7c3bb32605f407a6 | |
parent | 26af8e54ff0d423b7258ef84d175c8570740629a [diff] [blame] |
patch 8.2.2710: Vim9: not all tests cover script and :def function Problem: Vim9: not all tests cover script and :def function. Solution: Run tests in both if possible. Fix differences.
diff --git a/src/version.c b/src/version.c index 8a95e67..db31f88 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2710, +/**/ 2709, /**/ 2708,