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.
This commit is contained in:
Henré Botha
2019-06-14 17:48:31 +02:00
committed by Eric Freese
parent 9ceeacc797
commit 15bcfd7126
3 changed files with 25 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ typeset -g ZSH_AUTOSUGGEST_ORIGINAL_WIDGET_PREFIX=autosuggest-orig-
up-line-or-history
down-line-or-history
accept-line
copy-earlier-word
)
}