You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose we have installed wsl (I use wsl1; but wsl2 should also work) with name fedora;
After "activate" it via wsl command, we can access the filesystem in UNC path \\wsl$\fedora\ (and this can be confirmed in win32 vim: just :echo globpath('\\wsl$\fedora\', '*', 0, 1).
In my system, it gives output like this (it gives / instead of \ since I have set shellslash):
But dirvish cannot open it; with command :e \\wsl$\fedora\, output is like this:
dirvish: invalid directory: '//wsl$'
This seems to be caused by multiple reasons; but it is hard to talk about them without a context; I'd like to elaborate on them in a PR I created for this issue: #233
EDIT: I only test this in gvim / vim (not neovim); tests from others for neovim is appreciated.
The text was updated successfully, but these errors were encountered:
Suppose we have installed wsl (I use wsl1; but wsl2 should also work) with name
fedora
;After "activate" it via
wsl
command, we can access the filesystem in UNC path\\wsl$\fedora\
(and this can be confirmed in win32 vim: just:echo globpath('\\wsl$\fedora\', '*', 0, 1)
.In my system, it gives output like this (it gives
/
instead of\
since I have setshellslash
):But dirvish cannot open it; with command
:e \\wsl$\fedora\
, output is like this:This seems to be caused by multiple reasons; but it is hard to talk about them without a context; I'd like to elaborate on them in a PR I created for this issue: #233
EDIT: I only test this in gvim / vim (not neovim); tests from others for neovim is appreciated.
The text was updated successfully, but these errors were encountered: