commit | 6abd3dc257cf56a8262db38eb15c7cc754e8e002 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 04 14:17:32 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 04 14:17:32 2020 +0200 |
tree | 090a326699d4a86ce14f53fb8bbe9f09eecf024c | |
parent | 7b5d5442696d86daab062592d5c86c829757c352 [diff] [blame] |
patch 8.2.1797: Vim9: some parts of the code not tested Problem: Vim9: some parts of the code not tested. Solution: Add a few tests.
diff --git a/src/version.c b/src/version.c index 09109b0..914e4f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1797, +/**/ 1796, /**/ 1795,