]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0733: keyword completion does not work with fuzzy v9.1.0733
authorglepnir <glephunter@gmail.com>
Sun, 15 Sep 2024 18:06:28 +0000 (20:06 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 15 Sep 2024 18:09:42 +0000 (20:09 +0200)
commit7cfe693f9bfa74690867e4d96c25f2205d0d13e4
tree985404c7c3a88412d88b5a4420af5ff65b916ef8
parent150227258d3f44b91cf21f527e4778f6cc38b160
patch 9.1.0733: keyword completion does not work with fuzzy

Problem:  keyword completion does not work with fuzzy
          (egesip)
Solution: handle ctrl_x_mode_normal() specifically
          (glepnir)

fixes: #15412
closes: #15424

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