On Windows,
When the dirvish buffer for a directory does not exist yet,
an empty string is passed to s:isdir and as a result, the dirvish buffer is empty and it is necessary to type - from that buffer to get the expected buffer content.
I noticed that using full paths instead of a relative path addressed the issue.
On Windows, When the dirvish buffer for a directory does not exist yet, an empty string is passed to
s:isdir
and as a result, the dirvish buffer is empty and it is necessary to type-
from that buffer to get the expected buffer content.I noticed that using full paths instead of a relative path addressed the issue.