Skip to content

Commit

Permalink
Merge pull request #1130 from oleorhagen/zshfiles
Browse files Browse the repository at this point in the history
fix(zsh_autocomplete): List files on tab with no completion options
  • Loading branch information
coilysiren committed May 4, 2020
2 parents fdf2d38 + b27d899 commit 6102689
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autocomplete/zsh_autocomplete
Expand Up @@ -13,6 +13,8 @@ _cli_zsh_autocomplete() {

if [[ "${opts[1]}" != "" ]]; then
_describe 'values' opts
else
_files
fi

return
Expand Down

0 comments on commit 6102689

Please sign in to comment.