zsh-autosuggestions/src
Eric Freese 1ec43c7291 Fix error when single quote entered into buffer
Error looked something like:

```
% echo 'f(zpty):8: unmatched '
_zsh_autosuggest_capture_completion:zpty:9: no such pty command: zsh_autosuggest_completion_pty
_zsh_autosuggest_capture_completion:zpty:14: no such pty command: zsh_autosuggest_completion_pty
_zsh_autosuggest_capture_completion:zpty:21: no such pty command: zsh_autosuggest_completion_pty
```

According to `man zshmodules`, the args to `zpty` are "concatenated with
spaces between, then executed as a command, as if passed to the eval
builtin." So we need to escape the `$` so that `$1` is passed to eval
instead of the value of `$1`.
2018-06-29 22:08:33 -06:00
..
strategies Fix error when single quote entered into buffer 2018-06-29 22:08:33 -06:00
async.zsh Refactor async mode to no longer use zpty 2018-06-11 02:12:47 -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
features.zsh We only need to run the feature detection if starting async 2017-02-18 11:25:27 -07: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
setup.zsh First pass at async functionality 2017-01-24 19:45:11 -07:00
start.zsh Refactor async mode to no longer use zpty 2018-06-11 02:12:47 -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