diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-03-01 14:04:46 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-03-01 14:04:46 +0100 |
commit | fbdd08ed9b1798885915c7f27c94786906d258e4 (patch) | |
tree | c228db6d29862aa4f3b7dbcdf19a009ceac12f4a /src/version.c | |
parent | f4f190d8219fc93c6e58e54ce7c1ac15af07840f (diff) | |
download | vim-git-fbdd08ed9b1798885915c7f27c94786906d258e4.tar.gz |
patch 8.2.0339: Vim9: function return type may depend on argumentsv8.2.0339
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.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index cd410bfed..bdb40d312 100644 --- a/src/version.c +++ b/src/version.c @@ -739,6 +739,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 339, +/**/ 338, /**/ 337, |