]> granicus.if.org Git - vim/commit
patch 8.2.5152: search() gets stuck with "c" and skip evaluates to true v8.2.5152
authorzeertzjq <zeertzjq@outlook.com>
Thu, 23 Jun 2022 11:04:46 +0000 (12:04 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Jun 2022 11:04:46 +0000 (12:04 +0100)
commit180246cfd1a5842c538fa8a4a0b520f1d95c90c7
tree5e4a2a2cac5e86b7a51130a4c2f8da433640e44a
parent8eba2bd291b347e3008aa9e565652d51ad638cfa
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)
src/evalfunc.c
src/testdir/test_syntax.vim
src/version.c