]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1471: completion: inconsistent ordering with CTRL-P v9.1.1471
authorGirish Palya <girishji@gmail.com>
Wed, 18 Jun 2025 17:15:45 +0000 (19:15 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 18 Jun 2025 17:15:45 +0000 (19:15 +0200)
commit5fbe72edda708692dba4286860e727e2e0b778cc
treeb7b9d374f5634d4e54fe8f7c49367f2f061032df
parent1c00af2a246c9fe5433ea7bd17f19e7ee5e10be7
patch 9.1.1471: completion: inconsistent ordering with CTRL-P

Problem:  completion: inconsistent ordering with CTRL-P
          (zeertzjq)
Solution: reset compl_curr_match when using CTRL-P (Girish Palya)

fixes: #17425
closes: #17434

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