commit | 67627355accff4af4f2a7e727c77ea8df675636e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 21:10:24 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 21:10:24 2020 +0200 |
tree | e35cc314c741960ae71ce3e6361cb6bb7c2182b0 | |
parent | ad7c24932725b9ab37b65fe359a41f8ba3e3dfcf [diff] [blame] |
patch 8.2.1144: Vim9: return type of reverse() is any Problem: Vim9: return type of reverse() is any. Solution: Use the type of the first argument.
diff --git a/src/version.c b/src/version.c index 65cf985..f936783 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1144, +/**/ 1143, /**/ 1142,