commit | f723701de0636ad8b4aad6179b322f72b04354b9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jul 27 22:21:44 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jul 27 22:21:44 2021 +0200 |
tree | f619a9fbc5facea038280a2ea7fd1b68fe6db2ff | |
parent | 4490ec4e839e45a2e6923c265c7e9e64c240b805 [diff] [blame] |
patch 8.2.3230: Vim9: type error when function return type is not known yet Problem: Vim9: type error when function return type is not known yet. Solution: When return type is unknown, use "any". (closes #8644)
diff --git a/src/version.c b/src/version.c index a628f51..425f8f3 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3230, +/**/ 3229, /**/ 3228,