mirror of
https://github.com/neovim/neovim.git
synced 2025-12-21 05:45:45 +00:00
Problem: a pattern that involves a backref on a different line does not
match when 'ignorecase' is set (QiWei, after v9.1.0645)
Solution: Use MB_STRNICMP when ignorecase is set, fix tests to close
swapfiles
related: vim/vim#14756
fixes: vim/vim#17470
closes: vim/vim#18104
bf82e58a70
Co-authored-by: Christian Brabandt <cb@256bit.org>
(cherry picked from commit 24020ef2dd)