Skip to content

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

Waqar Ahmed requested to merge work/commandbarv3 into master

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.

Merge request reports