On Fri, Feb 15, 2008 at 1:45 PM, Jian Wang <[EMAIL PROTECTED]> wrote:
> When using Bash, I often turn on the `completion-ignore-case' option of
> readline. It works fine for most cases but sometimes it does not work as
> expected when completing the first word on the command line. For example,
> t
When using Bash, I often turn on the `completion-ignore-case' option of
readline. It works fine for most cases but sometimes it does not work as
expected when completing the first word on the command line. For example,
there is a bash script ~/MyDir/Foo.sh, on command line, when I input ~/my
and th