commit | 5e654230777ad21363a929dce3cfe0387da031a7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 16 15:22:00 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 16 15:22:00 2020 +0200 |
tree | 967aea5363b039cb47c98bf2ef2e992f182b29da | |
parent | 8b51b7f0f17af149a8ce76e805050977857f9e50 [diff] [blame] |
patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expected Problem: Vim9: list<any> is not accepted where list<number> is expected. Solution: Add functions to allocate and free a type_T, use it in ISN_CHECKTYPE. (closes #6959)
diff --git a/src/version.c b/src/version.c index 6aa02b4..2154ddd 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1691, +/**/ 1690, /**/ 1689,