commit | a66ba01a5fbbd72375ef6982b901d6552da2414f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 18:41:08 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 18:41:08 2020 +0200 |
tree | e2f33ed64283d495bf2f02e1d7a2ffc0fbd3d1d2 | |
parent | 47e7d70b58e8bfc1daaf6d35569ef2dbd0339ddc [diff] [blame] |
patch 8.2.1138: Vim9: return type of copy() and deepcopy() is any Problem: Vim9: return type of copy() and deepcopy() is any. Solution: Use type of the argument.
diff --git a/src/version.c b/src/version.c index b6ed058..950871e 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1138, +/**/ 1137, /**/ 1136,