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 adb02c44a2 Prefix custom `_complete` implementation with "function" keyword
For some reason, when `_complete` is aliased before sourcing the plugin,
zsh was blowing up with a parse error. Adding "function" keyword makes
it parse successfully.

See similar issue: https://github.com/robbyrussell/oh-my-zsh/issues/6723#issuecomment-381220834

Fixes GitHub #442
6 years ago
..
completion_spec.rb Prefix custom `_complete` implementation with "function" keyword 6 years ago
history_spec.rb Rename default spec to history spec 7 years ago
match_prev_cmd_spec.rb Add spec for `completion` strategy 7 years ago
special_characters_helper.rb Add test for special characters with match_prev_cmd strategy 8 years ago