]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1269: completion: compl_shown_match is updated when starting keyword completion v9.1.1269
authorglepnir <glephunter@gmail.com>
Wed, 2 Apr 2025 18:18:25 +0000 (20:18 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 2 Apr 2025 18:18:25 +0000 (20:18 +0200)
commite4e4d1c381e9d0af55f6111e9bcaf98ad60461fc
tree6181569d3ca9f4a0ea6aca2ecca946c331eb2a89
parent7f518e044fbc60cffdf2c0f611cc8c4dc35c338c
patch 9.1.1269: completion: compl_shown_match is updated when starting keyword completion

Problem:  compl_shown_match is updated when starting keyword completion
          and does not include fuzzy matching.
Solution: Do not update compl_shown_match when starting keyword
          completion, since it is the one already selected by the
          keyword completion direction. (glepnir)

closes: #17033

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