commit | 68e30449a2954557d6542fdc2ccea32d4f8ddf9d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 28 21:15:07 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 28 21:15:07 2020 +0200 |
tree | b033f955013b6442cc2e15974e714934a4d743ea | |
parent | bd7f7c123db58dd7f50f4d1391577686d2f1bcc6 [diff] [blame] |
patch 8.2.1311: test failures with legacy Vim script Problem: Test failures with legacy Vim script. Solution: Actually check for Vim9 script.
diff --git a/src/version.c b/src/version.c index d8dfba8..93da0a8 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1311, +/**/ 1310, /**/ 1309,