commit | 04bdd573d0a48e789eb92ed2a81e0dd732761391 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 23 13:25:32 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 23 13:25:32 2020 +0200 |
tree | 634382d9e48667a2bf8d42cdb6a4c12c7f3dbfb0 | |
parent | 189832bf661168df7ebd428e4088737718775fbd [diff] [blame] |
patch 8.2.1730: Vim9: cannot use member of unknown type Problem: Vim9: cannot use member of unknown type. Solution: When type is unknown us "any". (closes #6997)
diff --git a/src/version.c b/src/version.c index aa821b2..655e349 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1730, +/**/ 1729, /**/ 1728,