commit | 1a572e9b3b497e0412b4001cd9c6859db0c35412 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 12:28:10 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 15 12:28:10 2022 +0000 |
tree | 876a147e3ef18869fd728a1d2d6d3e8dbc56b604 | |
parent | 8d5e514d77bd4b1956656ad2be2ce7094bd43a72 [diff] [blame] |
patch 8.2.4572: Vim9: return type "any" is changed to first returned type Problem: Vim9: return type "any" is sometimes changed to first returned type. (Virginia Senioria) Solution: Do not change the return type if declared as "any". (closes #9949)
diff --git a/src/version.c b/src/version.c index 777f131..d9752fd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4572, +/**/ 4571, /**/ 4570,