1
0
forked from aniani/vim

patch 8.2.5152: search() gets stuck with "c" and skip evaluates to true

Problem:    search() gets stuck with "c" and skip evaluates to true.
Solution:   Reset the SEARCH_START option. (closes #10608)
This commit is contained in:
zeertzjq
2022-06-23 12:04:46 +01:00
committed by Bram Moolenaar
parent 8eba2bd291
commit 180246cfd1
3 changed files with 12 additions and 5 deletions

View File

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