commit | 003312b1d2ee2f4922f473b8bf50af6663c0efac | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 20 10:55:35 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 20 10:55:35 2021 +0000 |
tree | 2a1c6930d3f9e0906210b1262e0843640d9249a0 | |
parent | 2f9f4ccfc8f1d4a56761dc1cc1e9e20190a72c74 [diff] [blame] |
patch 8.2.3858: Vim9: not enough tests Problem: Vim9: not enough tests. Solution: Add tests for :try/:catch and :redir. Add missing type check.
diff --git a/src/version.c b/src/version.c index b3121d1..a7f372d 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3858, +/**/ 3857, /**/ 3856,