commit | 62e0e2e54b34b618500be4521ab1c33e1c378b42 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 20 12:07:58 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 20 12:07:58 2022 +0100 |
tree | 850c906638653186c4d9db3d6a46656ed6ce062f | |
parent | e80086446cc20856ed8359bc8dc87c4d430da4c8 [diff] [blame] |
patch 9.0.0229: Vim9: error message for missing type is not clear Problem: Vim9: error message for missing type is not clear. Solution: Mention the context. (issue #10944)
diff --git a/src/version.c b/src/version.c index 86be34d..412b3e8 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 229, +/**/ 228, /**/ 227,