[Bash-completion-devel] Bug#623562: Bug#623562: /etc/bash_completion.d/sh: please provide simple file completion for sh
Guillaume Rousse
guillomovitch at gmail.com
Thu Apr 21 10:20:36 UTC 2011
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.
More information about the Bash-completion-devel
mailing list