commit | c87aa34dfd68e95e4b1aac96d2274fcd672753ac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 13 20:46:18 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 13 20:46:18 2022 +0000 |
tree | 2d6f581c3f42581615bdec06b4f0ae70b88f8cec | |
parent | 299d8e5eec8f8ae91177f7feb67ad59402dfa8e2 [diff] [blame] |
patch 8.2.4373: expression test fails Problem: Expression test fails. Solution: Make the test work with latest Vim9 syntax.
diff --git a/src/version.c b/src/version.c index 744ed8d..3054727 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4373, +/**/ 4372, /**/ 4371,