commit | fbdd08ed9b1798885915c7f27c94786906d258e4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 01 14:04:46 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 01 14:04:46 2020 +0100 |
tree | c228db6d29862aa4f3b7dbcdf19a009ceac12f4a | |
parent | f4f190d8219fc93c6e58e54ce7c1ac15af07840f [diff] [blame] |
patch 8.2.0339: Vim9: function return type may depend on arguments Problem: Vim9: function return type may depend on arguments. Solution: Instead of a fixed return type use a function to figure out the return type.
diff --git a/src/version.c b/src/version.c index cd410bf..bdb40d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 339, +/**/ 338, /**/ 337,