commit | 4f73b8e9cc83f647b34002554a8bdf9abec0a82f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 22 20:33:50 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 22 20:33:50 2020 +0200 |
tree | aae61e658dd6f1074eb7f9b6cceea94f4ca7d1b0 | |
parent | 44aaf5416e0121500dd52b7cab306d7618b4fe53 [diff] [blame] |
patch 8.2.1726: fuzzy matching only works on strings Problem: Fuzzy matching only works on strings. Solution: Support passing a dict. Add matchfuzzypos() to also get the match positions. (Yegappan Lakshmanan, closes #6947)
diff --git a/src/version.c b/src/version.c index ca91b2b..fd9d499 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1726, +/**/ 1725, /**/ 1724,