commit | 69535d8a0a1ba09047fc1b5bed86a8965302a4fa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 30 21:39:39 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 30 21:39:39 2021 +0000 |
tree | a8a9151d58ecc23c9329b0df6e2661ddd6a92019 | |
parent | 90770b746ea2e72954c536d8acf41d241ca2f37e [diff] [blame] |
patch 8.2.3708: Vim9: test fails with different error Problem: Vim9: test fails with different error. Solution: Correct the error number.
diff --git a/src/version.c b/src/version.c index e29cb31..b26746b 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3708, +/**/ 3707, /**/ 3706,