mirror of
https://github.com/neovim/neovim.git
synced 2026-02-01 01:24:30 +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>