Commit Graph

8 Commits

Author SHA1 Message Date
Geza Lore 046b9051c3 Add option for matching on previous command.
Setting ZSH_AUTOSUGGEST_MATCH_PREV_CMD will enable the plug-in to be a
bit more context aware when generating the suggestion, by matching the
previously executed command against the command executed before the
preferred suggestion. See src/config.zsh for an example.

Also added testing for the suggestion computation.
2016-02-28 18:11:18 +00: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