1
0
forked from aniani/vim

patch 8.2.5120: searching for quotes may go over the end of the line

Problem:    Searching for quotes may go over the end of the line.
Solution:   Check for running into the NUL.
This commit is contained in:
Bram Moolenaar
2022-06-18 11:22:40 +01:00
parent 2ff7e7e16d
commit 2f074f4685
2 changed files with 8 additions and 0 deletions

View File

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