You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zsh-autosuggestions/src
Eric Freese a437544cc5 Degrade gracefully on systems missing zsh/system module
When using async mode, stale background processes will not be cancelled
when a new one starts. This shouldn't cause any real issues since the
processes should eventually finish and be cleaned up anyway, and
removing the handler with `zle -F` means that stale suggestions should
never be shown.
6 years ago
..
strategies Prefix custom `_complete` implementation with "function" keyword 6 years ago
async.zsh Degrade gracefully on systems missing zsh/system module 6 years ago
bind.zsh Remove hard-coded ignore of zle-* widgets and add to default config 6 years ago
config.zsh Remove hard-coded ignore of zle-* widgets and add to default config 6 years ago
fetch.zsh Implement completion suggestion strategy (#111) 6 years ago
highlight.zsh Fix conditionals to use [[ and (( rather than [ 8 years ago
start.zsh Implement completion suggestion strategy (#111) 6 years ago
util.zsh Revert "Simplify escaping of pattern and fix match_prev_cmd strategy" 8 years ago
widgets.zsh Allow setting max size to empty string (GitHub #422) 6 years ago