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
2019-06-17 22:04:31 -06:00
..
completion_spec.rb Prefix custom _complete implementation with "function" keyword 2019-06-17 22:04:31 -06:00
history_spec.rb Rename default spec to history spec 2018-05-26 15:35:29 -06:00
match_prev_cmd_spec.rb Add spec for completion strategy 2018-05-26 15:42:50 -06:00
special_characters_helper.rb Add test for special characters with match_prev_cmd strategy 2017-08-18 11:18:07 -06:00