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/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 #463.
6 years ago
..
completion_spec.rb Allow skipping completion suggestions when buffer matches a pattern 6 years ago
history_spec.rb Allow configuring to ignore history entries matching a pattern 6 years ago
match_prev_cmd_spec.rb Allow configuring to ignore history entries matching a pattern 6 years ago
special_characters_helper.rb Add test for special characters with match_prev_cmd strategy 8 years ago