kahi / sublime-django-click

Open django extends/include tags simply with control-click.
16 stars 3 forks source link

ST3/Linux: cannot open files on an SFTP GVFS share #6

Open andyn opened 10 years ago

andyn commented 10 years ago

A wrong file is opened when ctrl-clicking an include line in a file that exists on an SFTP share, mounted through GVFS.

Observed behavior: A new file /run/user/1001/gvfs/sftp is opened.

Expected behavior: the file /run/user/1001/gvfs/sftp:host=remotehost.example.com,user=username/path/to/file should be opened instead.