mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2024-11-21 19:03:11 +00:00
parse.zsh: autoload is-at-least
This commit is contained in:
parent
4e687eed48
commit
8b6c59a086
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
autoload is-at-least
|
||||
|
||||
# Own input?
|
||||
if [[ "$1" = "-o" ]]; then
|
||||
typeset -a input
|
||||
|
|
Loading…
Reference in a new issue