commit | 180246cfd1a5842c538fa8a4a0b520f1d95c90c7 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Thu Jun 23 12:04:46 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 23 12:04:46 2022 +0100 |
tree | 5e4a2a2cac5e86b7a51130a4c2f8da433640e44a | |
parent | 8eba2bd291b347e3008aa9e565652d51ad638cfa [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index bb3f166..647daa2 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5152, +/**/ 5151, /**/ 5150,