commit | 38b85cb4d7216705058708bacbc25ab90cd61595 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Feb 24 13:28:41 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 24 13:28:41 2022 +0000 |
tree | 3eb078ed612a835d9d6eecf7e3a4b84f209f1618 | |
parent | 9c9be05b17ececb1515a2f41a4dedbf848d3d8b6 [diff] [blame] |
patch 8.2.4463: completion only uses strict matching Problem: Completion only uses strict matching. Solution: Add the "fuzzy" item for 'wildoptions'. (Yegappan Lakshmanan, closes #9803)
diff --git a/src/version.c b/src/version.c index a80c568..1491e81 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4463, +/**/ 4462, /**/ 4461,