commit | 63cb6567f0153c35dc75cbc09039ff5d0a7b60e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 20 22:21:59 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 20 22:21:59 2021 +0200 |
tree | 5b9d2565e941b428a5c01288336de4448eb740c7 | |
parent | e29a27f6f8eef8f00d3c2d4cd9811d81cf3026b3 [diff] [blame] |
patch 8.2.3191: Vim9: not enough code is tested Problem: Vim9: not enough code is tested. Solution: Use CheckLegacyAndVim9Success() in more places. Fix uncovered problems.
diff --git a/src/version.c b/src/version.c index 6802e0b..e6f81ca 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3191, +/**/ 3190, /**/ 3189,