commit | 32f335f75c5860baa452144f63ab7a4a3dd83134 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 14 18:56:45 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 14 18:56:45 2020 +0200 |
tree | ddd061cea41326c1ce64f7b6ad959abec6baa662 | |
parent | 7517ffdbb564250de72ee3ef64fecf4a486df519 [diff] [blame] |
patch 8.2.1447: Vim9: return type of keys() is list<any> Problem: Vim9: return type of keys() is list<any>. Solution: Should be list<string>. (closes #6711)
diff --git a/src/version.c b/src/version.c index a8a1d49..11dd396 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1447, +/**/ 1446, /**/ 1445,