Merge pull request #1130 from oleorhagen/zshfiles

fix(zsh_autocomplete): List files on tab with no completion options
main
lynn (they) 4 years ago committed by GitHub
commit 61026898ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save