We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27adc3e commit 612c891Copy full SHA for 612c891
completions/strings
@@ -38,8 +38,8 @@ _comp_cmd_strings()
38
[[ ${COMPREPLY-} == *= ]] && compopt -o nospace
39
return
40
elif [[ $cur == @* ]]; then
41
- _comp_compgen -c "${cur:1}" filedir
42
- COMPREPLY=("${COMPREPLY[@]/#/@}")
+ _comp_compgen -c "${cur:1}" filedir &&
+ COMPREPLY=("${COMPREPLY[@]/#/@}")
43
44
fi
45
0 commit comments