mirror of
https://github.com/zdharma-continuum/history-search-multi-word
synced 2025-02-16 11:08:23 +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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
autoload is-at-least
|
||||||
|
|
||||||
# Own input?
|
# Own input?
|
||||||
if [[ "$1" = "-o" ]]; then
|
if [[ "$1" = "-o" ]]; then
|
||||||
typeset -a input
|
typeset -a input
|
||||||
|
|
Loading…
Add table
Reference in a new issue