]> granicus.if.org Git - vim/commit
patch 9.0.0950: the pattern "\_s\zs" matches at EOL v9.0.0950
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Nov 2022 21:13:47 +0000 (21:13 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Nov 2022 21:13:47 +0000 (21:13 +0000)
commitc96311b5be307f5a1d1b20a0ec930d63964e7335
treef65fa05bc13a76539535f0db94e9723c51303d9a
parentef2c325f5e3c437b722bb96bf369ba2a5c541163
patch 9.0.0950: the pattern "\_s\zs" matches at EOL

Problem:    The pattern "\_s\zs" matches at EOL.
Solution:   Make the pattern "\_s\zs" match at the start of the next line.
            (closes #11617)
src/regexp.c
src/regexp_nfa.c
src/search.c
src/testdir/test_search.vim
src/version.c