commit | 62b191c38758c835a577ef091a803b6dd4cd4f49 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 12 20:34:50 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 12 20:34:50 2022 +0000 |
tree | 1d7fdccfcddfd140e70de5ff90e7f07451c77f3a | |
parent | a749a42ed25534c88c636e5ab6603f1f97b857a4 [diff] [blame] |
patch 8.2.4361: Vim9: some tests fail Problem: Vim9: some tests fail. Solution: Fix the tests, mostly by removing "s:".
diff --git a/src/version.c b/src/version.c index 1c59ff9..933fe36 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4361, +/**/ 4360, /**/ 4359,