commit | 09f28f49c9b5973593f8a9b445cdc2ed3da630b6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 20 23:08:34 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 20 23:08:34 2020 +0100 |
tree | 6ab2557da4ff954065acda59e423e95f8ca47289 | |
parent | 436472f5e0328dc4a635b1c344c04a62d64132ea [diff] [blame] |
patch 8.2.0292: Vim9: CHECKNR and CHECKTYPE instructions not tested Problem: Vim9: CHECKNR and CHECKTYPE instructions not tested. Solution: Add tests.
diff --git a/src/version.c b/src/version.c index 3cab8b0..8aca276 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 292, +/**/ 291, /**/ 290,