[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `set completion-ignore-case on' does not work well for the first wor
From: |
Clark J. Wang |
Subject: |
Re: `set completion-ignore-case on' does not work well for the first word on command line |
Date: |
Fri, 15 Feb 2008 13:50:58 +0800 |
On Fri, Feb 15, 2008 at 1:45 PM, Jian Wang <jwang@a10networks.com.cn> 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,
> there is a bash script ~/MyDir/Foo.sh, on command line, when I input ~/my
> and then press TAB, the word is completed as ~/myDir . Is that a bug?
>
Bug of readline?