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 7d2867c commit 0d145c9Copy full SHA for 0d145c9
completions/cvs
@@ -45,7 +45,7 @@ _comp_xfunc_cvs_compgen_roots()
45
[[ -r ~/.cvspass ]] && cvsroots+=($(awk '{ print $2 }' ~/.cvspass))
46
[[ -r CVS/Root ]] && mapfile -tO "${#cvsroots[@]}" cvsroots <CVS/Root
47
((${#cvsroots[@]})) &&
48
- _comp_compgen -- -W '"${cvsroots[@]}"'
+ _comp_compgen -U cvsroots -- -W '"${cvsroots[@]}"'
49
_comp_ltrim_colon_completions "$cur"
50
}
51
0 commit comments