Commit Graph

17 Commits

Author SHA1 Message Date
Eric Freese 2acf25e065 Formatting 2016-03-15 09:24:13 -06:00
Eric Freese a28e72e84a Test Runner now supports running specific tests and choosing zsh bin 2016-03-15 09:04:17 -06:00
Eric Freese 6c31a02892 Remove old test script 2016-03-14 17:44:24 -06:00
Eric Freese 2a6d401106 Add quotes 2016-03-14 16:51:27 -06:00
Eric Freese e5cdbb6c33 Lots of test cleanup. 2016-03-14 16:51:27 -06:00
Eric Freese ee6dde9ee8 Rename escape command function 2016-03-14 16:51:20 -06:00
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.
2016-03-14 16:51:20 -06:00
Geza Lore 976acc708c Fix default suggestion strategy and add testing 2016-03-14 16:51:20 -06:00
Eric Freese 125f48c7f2 Add test for execute widget 2016-03-01 13:18:46 -07:00
Eric Freese ddb7284852 Fix backslash escaping problems with `echo -E`. 2016-02-23 20:11:56 -07:00
Eric Freese f08a5a1baa [Formatting] Remove extra space in test script. 2016-02-23 10:24:35 -07:00
Eric Freese 2461a98857 Fix segfaults once and for all? 2016-02-15 08:31:00 -07:00
Eric Freese 31452887d2 [Test] Add tests widgets 2016-02-13 14:13:21 -07:00
Eric Freese cf146b6696 [Test] Clean up highlight tests 2016-02-13 14:13:21 -07:00
Eric Freese 00bd0e9125 Use `add-zsh-hook` to remove need to call `autosuggest_start`. 2016-02-07 15:35:43 -07:00
Eric Freese 28836f15c5 Test script should be a `.zsh` file instead of `.sh` 2016-02-07 08:52:34 -07:00
Eric Freese 775dd20706 Rewrite 2016-02-06 21:05:02 -07:00