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 remote_files): do not filter generated paths with "$cur"
This is a regression introduced by commit f2df91d, where
`_comp_split` was replaced by `_comp_compgen_split` assuming that the
generated words are starting with "$cur". However, we here would like
to generate the paths essentially starting with `_path=${cur#*:}`
instead of $cur because the caller re-assembles $cur with `-n :`, yet
Readline expects the words after `:`.
Fixesscop#1157
0 commit comments