1
0
forked from aniani/vim

patch 9.0.0228: crash when pattern looks below the last line

Problem:    Crash when pattern looks below the last line.
Solution:   Consider invalid lines to be empty. (closes #10938)
This commit is contained in:
Bram Moolenaar
2022-08-19 13:59:25 +01:00
parent 213e70e284
commit 13ed494bb5
4 changed files with 35 additions and 10 deletions

View File

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