Maxime Coste
|
9e15181dc9
|
Rework container helpers, use pipe syntax and cleanup implementation
use 'container | filter(func) | reverse() | transform(func)' instead
of 'transform(reverse(filter(container), func), func)' to express
container transformations.
|
2016-03-08 21:35:56 +00:00 |
|
Maxime Coste
|
21ae662151
|
Use ranked match based completion for command names
|
2016-03-08 13:56:37 +00:00 |
|
Maxime Coste
|
cb108b248a
|
Fix alias completion and overwritting
|
2015-11-17 13:55:27 +00:00 |
|
Maxime Coste
|
d2c4d22d1f
|
Keep it simple, remove all that sorted id map thing
|
2015-09-18 13:52:32 +01:00 |
|
Maxime Coste
|
e7a8f64722
|
Use a sorted IdMap for aliases
|
2015-09-16 22:32:02 +01:00 |
|
Maxime Coste
|
da562e03a0
|
replace all std::vector with Vector
|
2015-01-12 13:58:41 +00:00 |
|
Maxime Coste
|
185b980718
|
Add scoped aliases
aliases are now stored in window, buffer, or globally.
|
2014-10-30 14:02:13 +00:00 |
|