commit | bd3a9d2c946bae0427d7c9b9249716064935fb4e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 17 16:12:39 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 17 16:12:39 2022 +0100 |
tree | 34f288f3fb505817dfc7fa31e1ac7a1a5986852d | |
parent | 1ff9c44267ce487145d22d75a96370d7f96ae8dd [diff] [blame] |
patch 8.2.4973: Vim9: type error for list unpack mentions argument Problem: Vim9: type error for list unpack mentions argument. Solution: Mention variable. (close #10435)
diff --git a/src/version.c b/src/version.c index 873b17b..68d11a2 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4973, +/**/ 4972, /**/ 4971,