mirror of
https://github.com/neovim/neovim.git
synced 2026-06-28 14:10:29 +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