Le 21/04/2011 11:08, Uwe Kleine-König a écrit : > With the current bash completion > > sh ref<tab> > > doesn't complete ref to refresh though the match is unique. > For now I'm adding > > complete -r sh > > in my .bashrc which makes the completion work for me again. Note you can always force raw filename completion, using alt + /, bypassing any programmable completion. The same is true for all other builtin completions types, as described in READLINE section of bash(1).
possible-filename-completions (C-x /) List the possible completions of the text before point, treating it as a filename. -- BOFH excuse #194: We only support a 1200 bps connection. _______________________________________________ Bash-completion-devel mailing list Bash-completion-devel@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/bash-completion-devel