mirror of
https://github.com/neovim/neovim.git
synced 2026-03-19 23:28:15 +00:00
Problem: matchstr() still does not match column offset when done after a
text search.
Solution: Only use the line number for a multi-line search. Fix the test.
(closes vim/vim#10938)
753aead960
Co-authored-by: Bram Moolenaar <Bram@vim.org>