Merge pull request #1130 from oleorhagen/zshfiles
fix(zsh_autocomplete): List files on tab with no completion options
This commit is contained in:
commit
61026898ff
@ -13,6 +13,8 @@ _cli_zsh_autocomplete() {
|
|||||||
|
|
||||||
if [[ "${opts[1]}" != "" ]]; then
|
if [[ "${opts[1]}" != "" ]]; then
|
||||||
_describe 'values' opts
|
_describe 'values' opts
|
||||||
|
else
|
||||||
|
_files
|
||||||
fi
|
fi
|
||||||
|
|
||||||
return
|
return
|
||||||
|
Loading…
Reference in New Issue
Block a user