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/spec
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.
6 years ago
..
integrations Merge pull request #401 from zsh-users/features/completion-suggestions 7 years ago
options Allow disabling of automatic widget re-binding 7 years ago
strategies Implement completion suggestion strategy (#111) 7 years ago
widgets Enabling suggestions should not fetch a suggestion if buffer is empty 9 years ago
async_spec.rb Don't fetch suggestions after copy-earlier-word 6 years ago
kill_ring_spec.rb Don't break kill ring rotation 8 years ago
multi_line_spec.rb Lots of async changes 9 years ago
spec_helper.rb Set options immediately after sourcing the plugin before next precmd 7 years ago
terminal_session.rb Revert async process substitution & completion strategy 7 years ago