On Fri, May 24, 2013 at 6:18 PM, Ramkumar Ramachandra <[email protected]> wrote: > Damn; so it's impossible to have a custom-sorted completion list in > bash. Any idea about zsh? I know that there are completion groups, > but I'd really like custom sorting.
I think sorting is required for faster look-up, most likely with dichotomic search. Otherwise it would have to search the whole list each time. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

