comparison src/testdir/Make_all.mak @ 22355:0491b9cafd44 v8.2.1726

patch 8.2.1726: fuzzy matching only works on strings Commit: https://github.com/vim/vim/commit/4f73b8e9cc83f647b34002554a8bdf9abec0a82f Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 22 20:33:50 2020 +0200 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)
author Bram Moolenaar <Bram@vim.org>
date Tue, 22 Sep 2020 20:45:04 +0200
parents 4c488004edbc
children a3df1fb28d44
comparison
equal deleted inserted replaced
22354:19139cc50651 22355:0491b9cafd44
182 test_mapping \ 182 test_mapping \
183 test_marks \ 183 test_marks \
184 test_match \ 184 test_match \
185 test_matchadd_conceal \ 185 test_matchadd_conceal \
186 test_matchadd_conceal_utf8 \ 186 test_matchadd_conceal_utf8 \
187 test_matchfuzzy \
187 test_memory_usage \ 188 test_memory_usage \
188 test_menu \ 189 test_menu \
189 test_messages \ 190 test_messages \
190 test_method \ 191 test_method \
191 test_mksession \ 192 test_mksession \
418 test_mapping.res \ 419 test_mapping.res \
419 test_marks.res \ 420 test_marks.res \
420 test_match.res \ 421 test_match.res \
421 test_matchadd_conceal.res \ 422 test_matchadd_conceal.res \
422 test_matchadd_conceal_utf8.res \ 423 test_matchadd_conceal_utf8.res \
424 test_matchfuzzy.res \
423 test_memory_usage.res \ 425 test_memory_usage.res \
424 test_menu.res \ 426 test_menu.res \
425 test_messages.res \ 427 test_messages.res \
426 test_method.res \ 428 test_method.res \
427 test_mksession.res \ 429 test_mksession.res \