rzyns / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

Netter doesn't display files over scp #533

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
:e scp://sshserver/

Will connect via SSH and show the remote directory tree, which browses fine.
However, when you attempt to open any file, you get a blank buffer.

What is the expected output? What do you see instead?
Should display the contents of the file transferred over SCP

What version of MacVim and OS X are you using (see "MacVim->About MacVim"
and  "Apple Menu->About This Mac" menu items, e.g. "Snapshot 40, 10.5.6
Intel")?
Snapshot 74, 10.0.2

Please provide any additional information below.
Works fine in snapshot 73 on the same system.

Original issue reported on code.google.com by sah...@gmail.com on 28 Mar 2015 at 9:56

GoogleCodeExporter commented 9 years ago
Apologies, title got autocorrected, 'Netter' should read as 'Netrw'.

Original comment by sah...@gmail.com on 28 Mar 2015 at 9:57

GoogleCodeExporter commented 9 years ago
I have the same issue - when using embedded vim, all is fine and I can see the 
contents of the opened remote file. When using MacVim (snapshot 74) on my 
Yosemite (10.10.3), though, the files open blank. Thus all I can do is to 
overwrite the files.

Original comment by igokul...@gmail.com on 11 Apr 2015 at 11:58

GoogleCodeExporter commented 9 years ago
Another user with the same issue. Editing a remote file, either from a 
directory listing as above, or directly by invoking 

mvim scp://sshserver//path/to/file 

Results in a blank buffer. Beforehand, MacVim shows the command it is running 
to fetch a copy of the file, e.g.:

:!scp -q 'hostname.net:/home/me/spod.txt' 
'/var/folders/km/yfwd8b5d4vsf4flvljy96jl40000gn/T/vdsNVlI/1.txt'

Which is correct and is the same command executed by the pre-installed vim or 
neovim, both of which work as designed.

Original comment by co...@coljac.net on 30 Apr 2015 at 11:37