summaryrefslogtreecommitdiffstats
path: root/tests/search/t0010.good
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2018-08-16 14:53:34 +0200
committerpgen <p.gen.progs@gmail.com>2018-08-17 00:13:26 +0200
commit370337e49123374db23a19b997eb22ccbe298f1a (patch)
treef15f751d2df02a73fc6b29e9cb972d28d064edb0 /tests/search/t0010.good
parent2eed192bd39b1ac230060622cfa2c5e95fde733c (diff)
Improve fuzzy search
Place the cursor on the matching word with the maximum number of consecutive characters corresponding to the current pattern.
Diffstat (limited to 'tests/search/t0010.good')
-rw-r--r--tests/search/t0010.good4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/search/t0010.good b/tests/search/t0010.good
index b73c567..a048936 100644
--- a/tests/search/t0010.good
+++ b/tests/search/t0010.good
@@ -1,11 +1,11 @@
$ OUT=$(smenu t0010.in)
abc ab ab abcabc bca ba bac
-0:071f 1:07 2:071f 10:1f 12:1f 25:1f 26:1f
+0:1f 2:1f 10:1f 12:1f 24:07 25:071f 26:071f
$
$ echo ":$OUT:"
-:abc:
+:bac:
$ exit 0