mirror of
https://github.com/neovim/neovim.git
synced 2026-04-27 09:44:07 +00:00
Problem: getcompletion() always passes zero as position to custom
completion function.
Solution: Pass the pattern length. (closes vim/vim#9173)
4785fe02bb
Co-authored-by: ii14 <ii14@users.noreply.github.com>