commit | 5402175815a9b9b05772f339efa3ec9f73bdae09 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 06 18:50:36 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 06 18:50:36 2020 +0100 |
tree | 35e7d1e656a2c21b659272938de42f9300897068 | |
parent | 8bb0f5472c740458708fd3edabbb8d5193a96241 [diff] [blame] |
patch 8.2.2102: Vim9: not all error messages tested Problem: Vim9: not all error messages tested. Solution: Add a few test cases.
diff --git a/src/version.c b/src/version.c index 56cea26..f023d97 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2102, +/**/ 2101, /**/ 2100,