commit | ff80cb6807d99db35cc928f151b87503b2928e19 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 22:10:05 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 05 22:10:05 2020 +0100 |
tree | 89d0ce116546e4fd5a6a3a0d8600d927024ca090 | |
parent | a78e9c61a0ded9c5302bc77e889aa1b3d3467f61 [diff] [blame] |
patch 8.2.0216: several Vim9 instructions are not tested Problem: Several Vim9 instructions are not tested. Solution: Add more tests. Fix :disassamble output. Make catch with pattern work.
diff --git a/src/version.c b/src/version.c index 20a6be4..45b4cc2 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 216, +/**/ 215, /**/ 214,