commit | e3ffcd9902efc756178900d9bd972c74a09c3fcd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 08 21:47:13 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 08 21:47:13 2021 +0100 |
tree | 1bdc3c0f994b99cffaa35dcccc09fcc6e8a639be | |
parent | d00a7fb81aff367c5dd5d86fb3883f1e7a58fed5 [diff] [blame] |
patch 8.2.2580: Vim9: checking vararg type may be wrong Problem: Vim9: checking vararg type is wrong when function is auto-loaded. Solution: Use the member type. (closes #7933)
diff --git a/src/version.c b/src/version.c index 4a4d65a..f3c79c8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2580, +/**/ 2579, /**/ 2578,