1
0
forked from aniani/vim

patch 8.2.4055: Vim9: line break in expression causes v:errmsg to be fillec

Problem:    Vim9: line break in expression causes v:errmsg to be filled.
            (Yegappan Lakshmanan)
Solution:   Do not give an error when skipping over an expression.
This commit is contained in:
Bram Moolenaar
2022-01-10 18:50:52 +00:00
parent 577bd85d55
commit 5e6b9882fe
3 changed files with 26 additions and 3 deletions

View File

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