pacman/scripts/completion
Eli Schwartz d37e6d40a1 bash-completion: support file redirection completions
The current completions don't properly handle redirection operators, and
attempt to complete command completions rather than completing filenames
to redirect to.

bash-completion provides both _get_comp_words_by_ref and a higher-level
wrapper _init_completion, but the latter provides handling of redirection
operators, so switch to using that.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2019-03-25 11:15:26 +10:00
..
.gitignore Move bash/zsh completion out of contrib 2016-10-10 10:38:05 +10:00
bash_completion.in bash-completion: support file redirection completions 2019-03-25 11:15:26 +10:00
zsh_completion.in scripts: Remove trailing semicolons 2018-08-10 12:37:20 +10:00