1
0
forked from aniani/vim

patch 8.2.3417: Vim9: a failing debug expression aborts script sourcing

Problem:    Vim9: a failing debug expression aborts script sourcing.
Solution:   Do not let expression failure abort script sourcing. (closes #8848)
This commit is contained in:
Bram Moolenaar
2021-09-08 20:40:34 +02:00
parent 36f691f5f1
commit 072f1c6888
3 changed files with 57 additions and 8 deletions

View File

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