commit | e7dd0fa2c61fe71f12c72b0dcb7bb6415eb048fb | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Tue Mar 22 16:06:31 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 22 16:06:31 2022 +0000 |
tree | 5f9d0bb515c76a3bd9b3939b59fa10f024e2faa5 | |
parent | 35dc17634dd6da5b90bd1b0160c4ed9e394f4b87 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 2c2ac28..2180ebf 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4608, +/**/ 4607, /**/ 4606,