Commit Graph

17 Commits (8e06a54b1c6b53442d6fa47e1614c4b144fbd734)

Author SHA1 Message Date
Eric Freese 2acf25e065 Formatting 9 years ago
Eric Freese a28e72e84a Test Runner now supports running specific tests and choosing zsh bin 9 years ago
Eric Freese 6c31a02892 Remove old test script 9 years ago
Eric Freese 2a6d401106 Add quotes 9 years ago
Eric Freese e5cdbb6c33 Lots of test cleanup. 9 years ago
Eric Freese ee6dde9ee8 Rename escape command function 9 years ago
Geza Lore 73f774bd5d 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.
9 years ago
Geza Lore 976acc708c Fix default suggestion strategy and add testing 9 years ago
Eric Freese 125f48c7f2 Add test for execute widget 9 years ago
Eric Freese ddb7284852 Fix backslash escaping problems with `echo -E`. 9 years ago
Eric Freese f08a5a1baa [Formatting] Remove extra space in test script. 9 years ago
Eric Freese 2461a98857 Fix segfaults once and for all? 9 years ago
Eric Freese 31452887d2 [Test] Add tests widgets 9 years ago
Eric Freese cf146b6696 [Test] Clean up highlight tests 9 years ago
Eric Freese 00bd0e9125 Use `add-zsh-hook` to remove need to call `autosuggest_start`. 9 years ago
Eric Freese 28836f15c5 Test script should be a `.zsh` file instead of `.sh` 10 years ago
Eric Freese 775dd20706 Rewrite 10 years ago