You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(scp): keep tilde in local paths by using _filedir instead of _expand
Do not replace `~` by `/home/user/` for local files to get behavior
consistent with other tools like `ls`. Previous variant of candidates
generating using `ls` is slightly modified to match literal tilde
after a prefix like in `-F~configfile`.
Earlier attempt to suppress `_expand` of tilde for whole bash completion
[Debian #521406. bash-completion: leading tilde always expanded](https://bugs.debian.org/521406)
was reverted since it broke tilde completion for `scp`
[Ville Skyttä \[Bash-completion-devel\] `_expand`, scp and quoting](https://alioth-lists-archive.debian.net/pipermail/bash-completion-devel/2009-February/000973.html)
0 commit comments