mirror of
https://github.com/neovim/neovim.git
synced 2026-02-26 12:22:58 +10: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