]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4608: getcompletion() does not work when 'wildoptions' has "fuzzy" v8.2.4608
authorYegappan Lakshmanan <yegappan@yahoo.com>
Tue, 22 Mar 2022 16:06:31 +0000 (16:06 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Mar 2022 16:06:31 +0000 (16:06 +0000)
commite7dd0fa2c61fe71f12c72b0dcb7bb6415eb048fb
tree5f9d0bb515c76a3bd9b3939b59fa10f024e2faa5
parent35dc17634dd6da5b90bd1b0160c4ed9e394f4b87
patch 8.2.4608: getcompletion() does not work when 'wildoptions' has "fuzzy"

Problem:    getcompletion() does not work properly when 'wildoptions
            contains "fuzzy".
Solution:   Do not use addstar(). (Yegappan Lakshmanan, closes #9992,
            closes #9986)
runtime/doc/builtin.txt
src/cmdexpand.c
src/testdir/test_cmdline.vim
src/version.c