]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1790: completion: Enter does not insert match with "noinsert" v9.1.1790
authorzeertzjq <zeertzjq@outlook.com>
Thu, 25 Sep 2025 06:08:04 +0000 (06:08 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 25 Sep 2025 06:08:04 +0000 (06:08 +0000)
commitef818ae4448726b91c31e24406a554686dea19f5
treeeedb44da943596682fb732b01e87deb47babb75a
parent36544c408e9b5a2d7ca480e34936d274df0331cd
patch 9.1.1790: completion: Enter does not insert match with "noinsert"

Problem:  completion: Enter does not insert match with "noinsert".
          (Sergey Vlasov)
Solution: Check for compl_shown_match instead of compl_selected_item
          (zeertzjq).

fixes: #18386
related: #1653
closes: #18395

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/insexpand.c
src/testdir/test_edit.vim
src/version.c