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): fix a bug that -F<prefix>[TAB] did not complete at all (#1396)
This was because the filtering by a modified `cur` is performed after
prefixing "-F". Since we generate the filenames starting with "$cur",
we do not need to further filter the results with `cur`. We disable
the filtering by specifying the `-R` flag to `_comp_compgen`.
0 commit comments