]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.1726: fuzzy matching only works on strings v8.2.1726
authorBram Moolenaar <Bram@vim.org>
Tue, 22 Sep 2020 18:33:50 +0000 (20:33 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 Sep 2020 18:33:50 +0000 (20:33 +0200)
commit4f73b8e9cc83f647b34002554a8bdf9abec0a82f
treeaae61e658dd6f1074eb7f9b6cceea94f4ca7d1b0
parent44aaf5416e0121500dd52b7cab306d7618b4fe53
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)
runtime/doc/eval.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/proto/search.pro
src/search.c
src/testdir/Make_all.mak
src/testdir/test_functions.vim
src/testdir/test_matchfuzzy.vim [new file with mode: 0644]
src/version.c