index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ranked_match.hh
Age
Commit message (
Expand
)
Author
2025-04-02
Tweak ranked match behaviour to consider the number of full words
Maxime Coste
2023-12-02
ranked match: prefer input order over alphabetical order for user-specified c...
Johannes Altmanninger
2023-11-15
Refactor fuzzy matcher ranking further
Maxime Coste
2023-02-28
Fix new gcc errors for missing types.
ioh
2022-11-19
Accept "cd dir/" again instead of using a subdirectory
Johannes Altmanninger
2017-07-19
Make non smart case full match better than smart case full match
Maxime Coste
2017-03-15
Migrate WithBitOps template specialization to with_bit_ops function
Maxime Coste
2017-01-29
Make StringView and unit types trivial types
Maxime Coste
2016-11-28
Cleanup include dependencies a bit
Maxime Coste
2016-11-14
Tweak RankedMatch behaviour and fix bug in its comparison function
Maxime Coste
2016-09-30
Tweak ranked match comparison, give contiguous matches an edge
Maxime Coste
2016-09-26
Tweak RankedMatch logic, prioritize matches that are in a single word
Maxime Coste
2016-08-30
Tweak RankedMatch, compare max match index instead of match indices sum
Maxime Coste
2016-08-29
Use flags and bit operations instead of bools in RankedMatch
Maxime Coste
2016-03-25
Move UsedLetters with RankedMatch
Maxime Coste
2016-03-24
Fix uninitialized value in RankedMatch
Maxime Coste
2016-02-28
Take subsequence matches index when sorting RankedMatch
Maxime Coste
2016-01-28
Small cleanup
Maxime Coste
2015-10-29
Use an heuristic based match ranking algorithm inspired by what YouCompleteMe...
Maxime Coste
2015-10-27
Move more logic into RankedMatch
Maxime Coste
2015-10-22
Extract WordDB::RankedWord as RankedMatch in its own file
Maxime Coste