]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1424: PMenu selection broken with multi-line selection and limits v9.1.1424
authorGirish Palya <girishji@gmail.com>
Sun, 1 Jun 2025 18:11:59 +0000 (20:11 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 1 Jun 2025 18:11:59 +0000 (20:11 +0200)
commit6c40df09e07dced75010be2d7a8e4831f6b9f796
tree6c1bccc53abed0f135812fe37e191f98dea638c0
parentcba66cf894645e1a16e926be75c5ab12cbf3b35a
patch 9.1.1424: PMenu selection broken with multi-line selection and limits

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: #17394
closes: #17401

Signed-off-by: Girish Palya <girishji@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/insexpand.c
src/testdir/test_ins_complete.vim
src/version.c