bug-readline
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tab-completion should adjust case of suggestion if a respective file exi


From: Martin Castillo
Subject: tab-completion should adjust case of suggestion if a respective file exists
Date: Mon, 14 Nov 2022 18:20:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

Hi,

weird subject. Just consider this:

# assume: set completion-ignore-case on
$ mkdir new && cd new;
$ mkdir Foo foobar
$ ls f<TAB>
$ ls foo


foo does not exist, but Foo is (the only) matching foo not considering case. I suggest readline to suggest Foo instead of foo.

Martin Castillo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]