bash completion
bash – expand shell variables ( bash bug resolved )
2015/08/17
As you would have noticed in the recent versions of bash, expansion does not work properly when expanding directory names. So, for something like this cd $varname if you press tab, then variable name …
Bash completion error — quote_readline.
2010/04/11
There is a problem with bash completion with quote_readline that causes the completion to fail. The problem is fixed in the bash completion package but there are still some other programs which are …