commit | 31d9948e3a2529c2f619d56bdb48291dc261233d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu May 26 22:24:43 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu May 26 22:24:43 2022 +0100 |
tree | 9d190d121b8851b0d861455ba61b09fd03da8776 | |
parent | 5cb53b7afe6bde8f2bf6fc6b65b86071b67a8554 [diff] [blame] |
patch 8.2.5026: Vim9: a few lines not covered by tests Problem: Vim9: a few lines not covered by tests. Solution: Delete dead code. Add a few test cases. make "12->func()" work.
diff --git a/src/version.c b/src/version.c index 1b7615c..47eaf6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5026, +/**/ 5025, /**/ 5024,