commit | 2f8cbc4b225ba707c3926070a3f133eb0473aed2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 16 17:22:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 16 17:22:59 2020 +0200 |
tree | fc33529dde4d4cb319c3ad93a2a2150a908f9a89 | |
parent | 573545a55afb5d42614cdb69f356abb32409270b [diff] [blame] |
patch 8.2.1695: Vim9: crash when using varargs type "any" Problem: Vim9: crash when using varargs type "any". Solution: Check if uf_va_type is &t_any. (closes #6957)
diff --git a/src/version.c b/src/version.c index c3efafd..be62786 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1695, +/**/ 1694, /**/ 1693,