zsh-autosuggestions/src/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.zsh Prefix custom _complete implementation with "function" keyword 2019-06-17 22:04:31 -06:00
history.zsh Finish renaming "default" strategy to "history" 2018-11-24 15:07:08 -07:00
match_prev_cmd.zsh Fix #247 and #248 without using (b) flag 2017-12-06 08:09:14 -07:00