|
From: | L A Walsh |
Subject: | Re: Feature request: tab completion on functions |
Date: | Sun, 28 Jan 2018 17:10:22 -0800 |
User-agent: | Thunderbird |
Chet Ramey wrote:
On 1/27/18 3:38 PM, L A Walsh wrote:---- Bash has the nocaseglob option, which ignores case on searching for files via a wildcard. I don't believe there is an option to search for functions ignoring case. So your "ab"<tab> will ignore case of a file that is looked up. But functions aren't able to be looked up that way.It's all fine. He wants case-insensitive matching, which bash can be made to do, and non-case-preserving completion, which readline does.
---- Bash can be made to do? W/o new code? I think I mentioned it could be added via a patch or such, but if it can be done right now w/o a patch, that's great! How?
[Prev in Thread] | Current Thread | [Next in Thread] |