commit | a04d447d3aaddb5b978dd9a0e0186007fde8e09e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Dec 30 21:16:37 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 30 21:16:37 2020 +0100 |
tree | c6574bd37fe6b8b6006983306fbaa2563861c4b5 | |
parent | de4f95b04134f6dfd10f60051a5078fd903a297d [diff] [blame] |
patch 8.2.2251: test failures in legacy script Problem: Test failures in legacy script. Solution: Check for Vim9 script.
diff --git a/src/version.c b/src/version.c index a74a5d9..f080e68 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2251, +/**/ 2250, /**/ 2249,