]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1201: 'completefuzzycollect' does not handle dictionary correctly v9.1.1201
authorglepnir <glephunter@gmail.com>
Thu, 13 Mar 2025 20:39:51 +0000 (21:39 +0100)
committerChristian Brabandt <cb@256bit.org>
Thu, 13 Mar 2025 20:39:51 +0000 (21:39 +0100)
commit587601671cd06ddc4d78f907d98578cdab96003f
tree826b025ae665db28eeab615ca463b55919332d38
parent1dc731a49ff5d06ead4b506afa04288a5baafc1a
patch 9.1.1201: 'completefuzzycollect' does not handle dictionary correctly

Problem:  'completefuzzycollect' does not handle dictionary correctly
Solution: check for ctrl_x_mode_dictionary (glepnir)

closes: #16867

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