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 a32b471 commit 3bc4376Copy full SHA for 3bc4376
bash_completion
@@ -1003,7 +1003,7 @@ _init_completion()
1003
done
1004
1005
COMPREPLY=()
1006
- local redir="@(?([0-9])<|?([0-9&])>?(>)|>&)"
+ local redir='@(?(+([0-9])|{[a-zA-Z_]*([a-zA-Z_0-9])})@(>?([>|&])|<?([>&])|<<?([-<]))|&>?(>))'
1007
_get_comp_words_by_ref -n "$exclude<>&" cur prev words cword
1008
1009
# Complete variable names.
0 commit comments