commit | e69f6d044c420d41dced9ba96a3b90f25788e39a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 01 22:11:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 01 22:11:01 2020 +0200 |
tree | 93ea671c8ff74e5ba89808a4561f36cdfc5f4b5c | |
parent | a8c1770469504ae66c80bbdb03b6b31641215848 [diff] [blame] |
patch 8.2.0493: Vim9: some error messages not tested Problem: Vim9: some error messages not tested. Solution: Add more tests. Fix uncovered bugs.
diff --git a/src/version.c b/src/version.c index 5fc599c..3686a1d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 493, +/**/ 492, /**/ 491,