1
0
forked from aniani/vim

patch 8.2.3734: Vim9: crash when no pattern match found

Problem:    Vim9: crash when no pattern match found.
Solution:   Check for error.
This commit is contained in:
Bram Moolenaar
2021-12-04 13:15:10 +00:00
parent b579f6ebbf
commit 01a4dcbcee
2 changed files with 4 additions and 0 deletions

View File

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