1
0
forked from aniani/vim

patch 8.2.3235: cannot use lambda in {} block in user command

Problem:    Cannot use lambda in {} block in user command. (Martin Tournoij)
Solution:   Do not go over the end of the lambda.
This commit is contained in:
Bram Moolenaar
2021-07-28 15:54:54 +02:00
parent 78e006b9b0
commit 6868634abd
3 changed files with 10 additions and 1 deletions

View File

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