zsh-autosuggestions/script
Geza Lore fa4f9d03b5 Add match_prev_cmd strategy.
A new suggestion strategy 'match_prev_cmd' is available. This is a bit
more context aware variaton on the default strategy.
The suggestion will be:
- The newest history entry that matches the current prefix, AND
- Whose preceding history entry also matches the previously executed
command.

See src/strategies/match_prev_cmd.zsh for an example.
2016-03-01 22:32:23 +00:00
..
test-strategy-default.zsh Fix default suggestion strategy and add testing 2016-03-01 22:27:07 +00:00
test-strategy-match-prev-cmd.zsh Add match_prev_cmd strategy. 2016-03-01 22:32:23 +00:00
test.zsh Fix backslash escaping problems with echo -E. 2016-02-23 20:11:56 -07:00