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 ec9d229 commit 3e9a033Copy full SHA for 3e9a033
completion/available/aliases.completion.bash
@@ -93,7 +93,7 @@ function _bash-it-component-completion-callback-on-init-aliases() {
93
prec_word=\${prec_word#* }
94
fi
95
(( COMP_CWORD += ${#alias_arg_words[@]} ))
96
- COMP_WORDS=(\"$alias_cmd\" $(printf "\"%q\" " "${alias_arg_words[@]}") \"\${COMP_WORDS[@]:1}\")
+ COMP_WORDS=(\"$alias_cmd\" $(printf "%q " "${alias_arg_words[@]}") \"\${COMP_WORDS[@]:1}\")
97
(( COMP_POINT -= \${#COMP_LINE} ))
98
COMP_LINE=\${COMP_LINE/$alias_name/$alias_cmd $alias_args}
99
(( COMP_POINT += \${#COMP_LINE} ))
0 commit comments