Fix typo from documentation

2018-01-27 Thread Jorge
https://www.gnu.org/software/bash/manual/bash.html#Bourne-Shell-Builtins Missing comma in text from hash. - If multiple name arguments are supplied with -t the name is printed before the hashed full pathname. + If multiple name arguments are supplied with -t, the name is printed before the has

Re: Feature request: tab completion on functions

2018-01-27 Thread L A Walsh
Ilkka Virta wrote: Doesn't Bash/readline already tab-complete file names so that the completion fixes the case? If I do 'touch ABBA' and 'rm ab', it will complete the name to 'ABBA'. It also completes 'ab' to 'ABBA' as the name of a command if it's a binary in PATH, but if it's a function, it