]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4917: fuzzy expansion of option names is not right v8.2.4917
authorChristian Brabandt <cb@256bit.org>
Sun, 8 May 2022 20:10:56 +0000 (21:10 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 8 May 2022 20:10:56 +0000 (21:10 +0100)
commitcb747899bd99361a299a163f3aa55d5fe7d6f798
tree977d277555f886a24f18752d4cdee712c4e49023
parent8e8dc9b32326c6fbd37671b6072296404b481d4a
patch 8.2.4917: fuzzy expansion of option names is not right

Problem:    Fuzzy expansion of option names is not right.
Solution:   Pass the fuzzy flag down the call chain. (Christian Brabandt,
            closes #10380, closes #10318)
src/cmdexpand.c
src/option.c
src/proto/option.pro
src/testdir/test_options.vim
src/version.c