zsh-autosuggestions/src
Henré Botha 15bcfd7126 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.
2019-06-14 13:19:07 -06:00
..
strategies Implement completion suggestion strategy (#111) 2019-04-11 09:53:55 -06:00
async.zsh Fix async suggestions when SH_WORD_SPLIT is set 2019-04-10 09:51:33 -06:00
bind.zsh speed up widget rebinding by removing redundant array subscripts 2019-04-01 14:56:53 -06:00
config.zsh Don't fetch suggestions after copy-earlier-word 2019-06-14 13:19:07 -06:00
fetch.zsh Implement completion suggestion strategy (#111) 2019-04-11 09:53:55 -06:00
highlight.zsh Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00
start.zsh Implement completion suggestion strategy (#111) 2019-04-11 09:53:55 -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 Allow setting max size to empty string (GitHub #422) 2019-05-27 14:18:21 -06:00