mirror of
https://github.com/neovim/neovim.git
synced 2026-02-07 13:02:04 +10:00
Problem: NFA regexp uses tolower() to compare ignore-case. (Thayne McCombs)
Solution: Use utf_fold() when possible. (ref. neovim vim/vim#12456)
59de417b90