commit | 846178a72ca0860073d47fc0dc95f98d15f1d921 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 17:04:13 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 05 17:04:13 2020 +0200 |
tree | c889f44a375c368c8533580fe52098f1011aaecd | |
parent | 50788ef34947aeb1729604cd3876845afbd15e3c [diff] [blame] |
patch 8.2.1136: Vim9: return type of argv() is always any Problem: Vim9: return type of argv() is always any. Solution: Use list<string> if there is no argument.
diff --git a/src/version.c b/src/version.c index 82e4c6d..23a9434 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1136, +/**/ 1135, /**/ 1134,