mirror of
https://github.com/neovim/neovim.git
synced 2026-04-01 13:22:08 +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