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.
2019-12-15 08:13:54 -07:00
..
completion_spec.rb Allow skipping completion suggestions when buffer matches a pattern 2019-12-15 08:13:54 -07:00
history_spec.rb Allow configuring to ignore history entries matching a pattern 2019-07-02 21:46:17 -06:00
match_prev_cmd_spec.rb Allow configuring to ignore history entries matching a pattern 2019-07-02 21:46:17 -06:00
special_characters_helper.rb Add test for special characters with match_prev_cmd strategy 2017-08-18 11:18:07 -06:00