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
Henré Botha 527fd17ffc Don't fetch suggestions after copy-earlier-word
Like {up,down}-line-or-beginning-search, this widget relies on
`$LASTWIDGET` being set to function correctly on subsequent invocations.

When asynchronous suggestions are enabled, and the widget triggers a
suggestion to be fetched, `autosuggest-suggest` will be called and
$LASTWIDGET will be set to it.
6 years ago
..
strategies Revert async process substitution & completion strategy 7 years ago
async.zsh Fix async suggestions when SH_WORD_SPLIT is set 6 years ago
bind.zsh speed up widget rebinding by removing redundant array subscripts 6 years ago
config.zsh Don't fetch suggestions after copy-earlier-word 6 years ago
fetch.zsh Do not leak global variables REPLY and strategy 7 years ago
highlight.zsh Fix conditionals to use [[ and (( rather than [ 8 years ago
setup.zsh Revert async process substitution & completion strategy 7 years ago
start.zsh Allow disabling of automatic widget re-binding 6 years ago
util.zsh Revert "Simplify escaping of pattern and fix match_prev_cmd strategy" 8 years ago
widgets.zsh cleanup: Leave max size config unset by default to match other options 6 years ago