*** This bug is a duplicate of bug 324505 ***
https://bugs.launchpad.net/bugs/324505
The change in the description does not perform the fix for me. However,
the following change does. This is interrupting the
__expand_tilde_by_ref() function instead of the _expand() function,
depending on the expand-tilde option.
__expand_tilde_by_ref() {
+ if [ -z "$(bind -v | grep 'set expand-tilde on')" ]; then
+ return 0;
+ fi
. . .
}
The logic is somewhat modified, but I tried this logic in the _expand
function as well, and it didn't seem to fix it.
--
bash-completion: readline expand-tilde not acknowledged
https://bugs.launchpad.net/bugs/622403
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs