Skip to content
Commit 3b03ce93 authored by Waqar Ahmed's avatar Waqar Ahmed
Browse files

Tweak fuzzy matcher to score sequential matches a bit higher for kate command bar

Currently if you search for "Sort", the result for "sort" is 2nd or
third and not the first because Camel Case / separator matches have a
higher score. To fix this sequential score is raised a bit as a special
case for Kate command bar by introducing a new
`fuzzy_match_sequential()` function.
parent d78e7257
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment