commit | 92dba36fc8742fdb51b16d9bb967ef184b4babc1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 30 21:22:56 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 30 21:22:56 2020 +0200 |
tree | 578d7261500e307cbe74c12e28b1b1102563a0d7 | |
parent | d25ec2cfa0c25c3b00b7f8963b8aea799df1f20a [diff] [blame] |
patch 8.2.0484: Vim9: some error messages not tested Problem: Vim9: some error messages not tested. Solution: Add more tests.
diff --git a/src/version.c b/src/version.c index 79d50ee..8a8c45c 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 484, +/**/ 483, /**/ 482,