commit | 635414dd2f3ae7d4d972d79b806348a6516cb91a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 11 22:25:15 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 11 22:25:15 2020 +0200 |
tree | 70ba4988a414e4c1b76eb9f59ace2c3afba39ad3 | |
parent | c2c820563441499892359da949db3c8f7f16d109 [diff] [blame] |
patch 8.2.1665: cannot do fuzzy string matching Problem: Cannot do fuzzy string matching. Solution: Add matchfuzzy(). (Yegappan Lakshmanan, closes #6932)
diff --git a/src/version.c b/src/version.c index 735b8f62..e0afdf8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1665, +/**/ 1664, /**/ 1663,