reopen 545978 stop It seems that using the same completion code as scp's for sshfs is better than nothing, but I don't think it works as well as it could. scp's syntax is (ignoring command-line options):
scp [[u...@]host1:]file1 ... [[u...@]host2:]file2 whereas sshfs's syntax is: sshfs [u...@]host:[dir] mountpoint When trying to complete for 'mountpoint', I think only local directories should be offered, but with the patch provided earlier in this bug report, remote hostnames and local files are offered as well. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

