mirror of
https://github.com/neovim/neovim.git
synced 2026-03-10 02:55:45 +00:00
Problem: The pattern "\_s\zs" matches at EOL.
Solution: Make the pattern "\_s\zs" match at the start of the next line.
(closes vim/vim#11617)
c96311b5be
Co-authored-by: Bram Moolenaar <Bram@vim.org>