mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +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#18104bf82e58a70
Co-authored-by: Christian Brabandt <cb@256bit.org> (cherry picked from commit24020ef2dd
)