]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1126: patch 9.1.1121 used a wrong way to handle enter v9.1.1126
authorglepnir <glephunter@gmail.com>
Thu, 20 Feb 2025 21:09:48 +0000 (22:09 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 20 Feb 2025 21:09:48 +0000 (22:09 +0100)
commit44180416981000ad0bc5db4686889892e7a05cdd
tree92e60dedfe3ae1f18f39f612c90c086052929acb
parent3af0a8d8f5b090a6a4b085e7b6ee0f5f87eda399
patch 9.1.1126: patch 9.1.1121 used a wrong way to handle enter

Problem:  patch 9.1.1121 used a wrong way to handle enter
Solution: compl_enter_selects also needs to consider the selected item
          in ins_compl_new_leader() (glepnir)

closes: #16673

Signed-off-by: glepnir <glephunter@gmail.com>
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