diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-02-22 19:07:28 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-02-22 19:07:28 +0100 |
commit | 8ed04587d3cd53e29be20fde9c36e619ea7da4dc (patch) | |
tree | 6a66f8036d567d984190c19f5372eff719ff6477 /src/version.c | |
parent | 0c6ceaf90389b41545d803458c4813013811c756 (diff) | |
download | vim-git-8ed04587d3cd53e29be20fde9c36e619ea7da4dc.tar.gz |
patch 8.2.0299: Vim9: ISN_STORE with argument not testedv8.2.0299
Problem: Vim9: ISN_STORE with argument not tested. Some cases in tv2bool()
not tested.
Solution: Add tests. Add test_unknown() and test_void().
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index d889ce7e8..95a098bea 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 299, +/**/ 298, /**/ 297, |