commit | c58164c5cff9845f3bf7cfcd75ace43208829388 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 29 18:40:30 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 29 18:40:30 2020 +0200 |
tree | 23870e26b6ae63b2109aa99af2527867f1343f3c | |
parent | 52ea92b19d2bc992dd4570add64c12d98eab9db2 [diff] [blame] |
patch 8.2.0477: Vim9: error messages not tested Problem: Vim9: error messages not tested. Solution: Add more tests.
diff --git a/src/version.c b/src/version.c index 73de61c..13a1c30 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 477, +/**/ 476, /**/ 475,