commit | 5597ba046790e5ffd76dfc327d7898c56df65d3f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 17:45:03 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 27 17:45:03 2020 +0200 |
tree | 3b82fdb7736af0280c32831a8af39eb1bb88d7a4 | |
parent | a5fe91e6dc610bc823bc3201e2c88179989b13fb [diff] [blame] |
patch 8.2.1758: Vim9: type of unmaterialized list is wrong Problem: Vim9: type of unmaterialized list is wrong. Solution: Use list<number>.
diff --git a/src/version.c b/src/version.c index 9ef77d8..ed7b449 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1758, +/**/ 1757, /**/ 1756,