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
:cd to an iCloud directory linked via :iexdir. In that directory, let a be a subdirectory, and a/b a file. Now, echo findfile(‘b’, ‘**’) returns nothing, when it should return a/b.
This is not true with directories not in iCloud.
The text was updated successfully, but these errors were encountered:
I wonder if this is related to a problem I have. If I use netrw to navigate to a file in an external directory, when I then close that file and do :e . the file tree does not display. Only the banner at the top.
The only way I’m able to get back to the file tree is to quit iVim and then navigate back to the directory.
:cd
to an iCloud directory linked via:iexdir
. In that directory, leta
be a subdirectory, anda/b
a file. Now,echo findfile(‘b’, ‘**’)
returns nothing, when it should returna/b
.This is not true with directories not in iCloud.
The text was updated successfully, but these errors were encountered: