1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2021-08-07 16:30:42 +02:00
parent fbeefb1b87
commit 4270d8b762
4 changed files with 63 additions and 28 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3310,
/**/
3309,
/**/