commit | b3c019cbc32e2e9250ac668bf77d61ebd89c13f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 20:08:39 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 20:08:39 2020 +0200 |
tree | b9e0235036d4d0b6f0dfe472d81d503d52a780db | |
parent | 8f510afcd616fc62291fb41f9dd03ce298f1c601 [diff] [blame] |
patch 8.2.1140: Vim9: return type of extend() is any Problem: Vim9: return type of extend() is any. Solution: Use type of the argument.
diff --git a/src/version.c b/src/version.c index 23d2d1b..116cb06 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1140, +/**/ 1139, /**/ 1138,