summaryrefslogtreecommitdiff
path: root/src/alias_registry.cc
AgeCommit message (Collapse)Author
2024-08-16include headers cleanupAdriĆ  Arrufat
2017-08-29Rename containers.hh to ranges.hh (and Container to Range)Maxime Coste
2017-03-07Replace IdMap with HashMapMaxime Coste
2017-03-06Simplify AliasRegistry::remove_aliasMaxime Coste
2017-03-04Remove unused AliasRegistry::flatten_aliases methodMaxime Coste
We do not complete alias names anymore, so this method is not needed.
2017-01-08Apply clang-tidy modernize to the codebaseMaxime Coste
2016-10-10Convert some uses of lambda to more concise std::mem_fnMaxime Coste
2016-03-08Rework container helpers, use pipe syntax and cleanup implementationMaxime Coste
use 'container | filter(func) | reverse() | transform(func)' instead of 'transform(reverse(filter(container), func), func)' to express container transformations.
2016-03-08Use ranked match based completion for command namesMaxime Coste
2015-11-17Fix alias completion and overwrittingMaxime Coste
2015-09-18Keep it simple, remove all that sorted id map thingMaxime Coste
2015-09-16Use a sorted IdMap for aliasesMaxime Coste
2015-01-12replace all std::vector with VectorMaxime Coste
2014-10-30Add scoped aliasesMaxime Coste
aliases are now stored in window, buffer, or globally.