zsh-autosuggestions/spec/strategies
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 .
..
completion_spec.rb Allow skipping completion suggestions when buffer matches a pattern
history_spec.rb Allow configuring to ignore history entries matching a pattern
match_prev_cmd_spec.rb Allow configuring to ignore history entries matching a pattern
special_characters_helper.rb Add test for special characters with match_prev_cmd strategy