mirror of
https://github.com/neovim/neovim.git
synced 2026-09-25 06:52:06 +00:00
Problem: PMenu selection broken with multi-line selection and limits
(Maxim Kim)
Solution: update completion match index when limiting the completion
sources (Girish Palya)
fixes: vim/vim#17394
closes: vim/vim#17401
https://github.com/vim/vim/commit/6c40df09e07dced75010be2d7a8e4831f6b9f796
Co-authored-by: Girish Palya <girishji@gmail.com>