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
Eric Freese 0d3bbaf8e6 Remove hard-coded ignore of zle-* widgets and add to default config
Use case suggested by @romkatv uses zle-line-init to restore buffer
after running a widget to cd up one level (GitHub #431).

As far as I can tell, the ignoring of zle-line-* was added in commit
9788c2e to support some deprecation warnings that were removed some time
ago.

The pattern was then widened in commit 0c940e7 to zle-* to fix problems
encountered when wrapping zle-isearch-update.

This commit removes the hard coded ignore of all zle-* widgets and adds
zle-* to the default list of widgets to be ignored. Users who want the
plugin to wrap zle-line-init or zle-line-finish can override the
default.
6 years ago
..
integrations Merge pull request #401 from zsh-users/features/completion-suggestions 6 years ago
options Allow disabling of automatic widget re-binding 6 years ago
strategies Implement completion suggestion strategy (#111) 6 years ago
widgets Enabling suggestions should not fetch a suggestion if buffer is empty 8 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 7 years ago
line_init_spec.rb Remove hard-coded ignore of zle-* widgets and add to default config 6 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 6 years ago
terminal_session.rb Revert async process substitution & completion strategy 7 years ago