| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-16 | include headers cleanup | AdriĆ Arrufat | |
| 2017-08-29 | Rename containers.hh to ranges.hh (and Container to Range) | Maxime Coste | |
| 2017-03-07 | Replace IdMap with HashMap | Maxime Coste | |
| 2017-03-06 | Simplify AliasRegistry::remove_alias | Maxime Coste | |
| 2017-03-04 | Remove unused AliasRegistry::flatten_aliases method | Maxime Coste | |
| We do not complete alias names anymore, so this method is not needed. | |||
| 2017-01-08 | Apply clang-tidy modernize to the codebase | Maxime Coste | |
| 2016-10-10 | Convert some uses of lambda to more concise std::mem_fn | Maxime Coste | |
| 2016-03-08 | Rework container helpers, use pipe syntax and cleanup implementation | Maxime Coste | |
| use 'container | filter(func) | reverse() | transform(func)' instead of 'transform(reverse(filter(container), func), func)' to express container transformations. | |||
| 2016-03-08 | Use ranked match based completion for command names | Maxime Coste | |
| 2015-11-17 | Fix alias completion and overwritting | Maxime Coste | |
| 2015-09-18 | Keep it simple, remove all that sorted id map thing | Maxime Coste | |
| 2015-09-16 | Use a sorted IdMap for aliases | Maxime Coste | |
| 2015-01-12 | replace all std::vector with Vector | Maxime Coste | |
| 2014-10-30 | Add scoped aliases | Maxime Coste | |
| aliases are now stored in window, buffer, or globally. | |||
