commit | 4270d8b7626ff8a7006f6a09c89bc446a3f89d1e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 07 16:30:42 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 07 16:30:42 2021 +0200 |
tree | c8b632c8862523490938e53418440ac393b46788 | |
parent | fbeefb1b87b0d52a095c08fee47b62d290bf4c33 [diff] [blame] |
patch 8.2.3310: Vim9: unpack assignment does not mention source of type error Problem: Vim9: unpack assignment does not mention source of type error. Solution: Mention the argument number. (closes #8719)
diff --git a/src/version.c b/src/version.c index 97823df..9c374b1 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3310, +/**/ 3309, /**/ 3308,