summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-09-22 20:33:50 +0200
committerBram Moolenaar <Bram@vim.org>2020-09-22 20:33:50 +0200
commit4f73b8e9cc83f647b34002554a8bdf9abec0a82f (patch)
treeaae61e658dd6f1074eb7f9b6cceea94f4ca7d1b0 /src/testdir/Make_all.mak
parent44aaf5416e0121500dd52b7cab306d7618b4fe53 (diff)
patch 8.2.1726: fuzzy matching only works on stringsv8.2.1726
Problem: Fuzzy matching only works on strings. Solution: Support passing a dict. Add matchfuzzypos() to also get the match positions. (Yegappan Lakshmanan, closes #6947)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 61ad6a1f38..eecc2e7fd3 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -184,6 +184,7 @@ NEW_TESTS = \
test_match \
test_matchadd_conceal \
test_matchadd_conceal_utf8 \
+ test_matchfuzzy \
test_memory_usage \
test_menu \
test_messages \
@@ -420,6 +421,7 @@ NEW_TESTS_RES = \
test_match.res \
test_matchadd_conceal.res \
test_matchadd_conceal_utf8.res \
+ test_matchfuzzy.res \
test_memory_usage.res \
test_menu.res \
test_messages.res \