commit | cb747899bd99361a299a163f3aa55d5fe7d6f798 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Sun May 08 21:10:56 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 08 21:10:56 2022 +0100 |
tree | 977d277555f886a24f18752d4cdee712c4e49023 | |
parent | 8e8dc9b32326c6fbd37671b6072296404b481d4a [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 4e7a335..29cddd5 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4917, +/**/ 4916, /**/ 4915,