zsh-autosuggestions/src
Eric Freese 156ae5ea69 Ensure we always destroy the zpty
If running in sync mode and a completion takes a long time, the user can
^C out of it. Without this patch, the pty will not be destroyed in this
case and the next time we go to create it, it will fail, making the
shell unusable.
2018-07-01 20:55:53 -06:00
..
strategies Ensure we always destroy the zpty 2018-07-01 20:55:53 -06:00
async.zsh Attempt to kill async worker process when new request comes in 2018-06-12 23:45:29 -06:00
bind.zsh Support widgets starting with dashes (ex: `-a-widget`) 2018-06-10 22:39:58 -06:00
config.zsh Support fallback strategies by setting array in config 2018-06-06 22:03:56 -06:00
fetch.zsh Do not leak global variables REPLY and strategy 2018-06-18 16:39:48 -06:00
highlight.zsh Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00
start.zsh zpty module is only needed for `completion` strategy 2018-06-30 15:09:24 -06:00
util.zsh Revert "Simplify escaping of pattern and fix match_prev_cmd strategy" 2017-12-06 08:08:53 -07:00
widgets.zsh Merge branch 'develop' into features/completion-suggestions 2018-06-11 02:34:24 -06:00