1
0
forked from aniani/vim

patch 8.2.3053: Vim9: cannot assign to @@ in :def function

Problem:    Vim9: cannot assign to @@ in :def function
Solution:   Handle '@' like '"'.
This commit is contained in:
Bram Moolenaar
2021-06-26 13:28:35 +02:00
parent ce024c3e20
commit 13e45d14ba
3 changed files with 19 additions and 11 deletions

View File

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