zsh-autosuggestions/src
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
..
strategies Prefix custom _complete implementation with "function" keyword 2019-06-17 22:04:31 -06:00
async.zsh Allow suggestions to suggest trailing newlines 2019-06-15 21:17:58 -06:00
bind.zsh Remove hard-coded ignore of zle-* widgets and add to default config 2019-06-14 16:38:28 -06:00
config.zsh Remove hard-coded ignore of zle-* widgets and add to default config 2019-06-14 16:38:28 -06:00
fetch.zsh Implement completion suggestion strategy (#111) 2019-04-11 09:53:55 -06:00
highlight.zsh Fix conditionals to use [[ and (( rather than [ 2017-11-27 08:31:41 -07:00
start.zsh Implement completion suggestion strategy (#111) 2019-04-11 09:53:55 -06:00
util.zsh Revert "Simplify escaping of pattern and fix match_prev_cmd strategy" 2017-12-06 08:08:53 -07:00
widgets.zsh Allow setting max size to empty string (GitHub #422) 2019-05-27 14:18:21 -06:00