commit | 8ff16e0183e0b07f34c0db8160cf6a472c427eb8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 07 21:49:52 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 07 21:49:52 2020 +0100 |
tree | 0d32abe25a66ee4cc1da42d7b774011348e030bb | |
parent | b237ae7b837a31922d31c3a27b7c66e63468b8a8 [diff] [blame] |
patch 8.2.2107: Vim9: some errors not tested Problem: Vim9: some errors not tested. Solution: Add tests. Fix getting the right error.
diff --git a/src/version.c b/src/version.c index b0df924..8dba7a6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2107, +/**/ 2106, /**/ 2105,