-
-
Notifications
You must be signed in to change notification settings - Fork 91
Open
Labels
Description
Once a remote buffer is opened in vim via, for example, vim scp://user@host/path/to/file.txt, pressing - to explore the enclosing directory no longer works.
This is due to the trailing / being stripped from the scp URL, leading to scp://user@host/path/to rather than scp://user@host/path/to/.
Typing :Explore does not cause this issue.
Interestingly, once the directory is successfully loading using :Explore, vinegar functions correctly.
Reactions are currently unavailable