1
0
forked from aniani/vim

patch 8.2.1189: Vim9: line continuation in lambda doesn't always work

Problem:    Vim9: line continuation in lambda doesn't always work.
Solution:   Do not use a local evalarg unless there isn't one. (closes #6439)
This commit is contained in:
Bram Moolenaar
2020-07-12 16:32:19 +02:00
parent 6d3a7213f5
commit 8af81d656a
3 changed files with 141 additions and 109 deletions

View File

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