]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0075: insert completion not correct when adding new leader v9.1.0075
authorglepnir <glephunter@gmail.com>
Sat, 3 Feb 2024 17:11:13 +0000 (18:11 +0100)
committerChristian Brabandt <cb@256bit.org>
Sat, 3 Feb 2024 17:11:13 +0000 (18:11 +0100)
commitcbb46b439888e10f87baaca504eafd191723c44b
treeff27837487090ca7e16db87742fffc6ee78972de
parenteac3fdcfa0b54281c37ffb66b4d4e8d1072cca1c
patch 9.1.0075: insert completion not correct when adding new leader

Problem:  insert completion not correct when adding new leader
Solution: Reset compl_curr_match to compl_shown_match
          (glepnir)

closes: #13957

Co-authored-by: glepnir <glephunter@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/insexpand.c
src/testdir/test_popup.vim
src/version.c