mirror of
https://github.com/neovim/neovim.git
synced 2026-04-02 05:39:26 +00:00
Problem: ComplMatchIns doesn't work after multibyte chars
(after v9.1.0936)
Solution: Use (ptr - line) instead of wlv.col (zeertzjq).
closes: vim/vim#16233
f4ccada5c3