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 7afb7364f1 Allow skipping completion suggestions when buffer matches a pattern
Set ZSH_AUTOSUGGEST_COMPLETION_IGNORE to a glob pattern to have the
completion suggestion strategy never make suggestions when the buffer
matches the pattern.

This can be helpful when some completion routines you have are
particularly expensive and you want to prevent them from running
automatically on every keystroke.

See GitHub issue #463.
6 years ago
..
integrations Fix deleting last character in vi mode (#302) 6 years ago
options Fix moving cursor to end of buffer when suggestion accepted 6 years ago
strategies Allow skipping completion suggestions when buffer matches a pattern 6 years ago
widgets
async_spec.rb Don't fetch suggestions after copy-earlier-word 6 years ago
kill_ring_spec.rb
line_init_spec.rb Remove hard-coded ignore of zle-* widgets and add to default config 6 years ago
multi_line_spec.rb
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