1
0
forked from aniani/vim

patch 8.2.2317: Vim9: command modifier before list unpack doesn't work

Problem:    Vim9: command modifier before list unpack doesn't work.
Solution:   Only recognize "[" directly after the name. (closes #7641)
This commit is contained in:
Bram Moolenaar
2021-01-09 12:09:22 +01:00
parent b657198cb3
commit 9e0f883f89
3 changed files with 29 additions and 18 deletions

View File

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