Comment 4 for bug 482753

Revision history for this message
Martin Eve (martineve) wrote :

As one additional point to above, this patch also handles:

scp -r remote:~/Hello\ Fol[TAB]

which will result in:

scp -r remote:~/Hello\\\ Folder\\\

so basically, it standardizes \[SPACE] to \\\[SPACE] but also allows for repeated completions using either scheme.