iVim icon indicating copy to clipboard operation
iVim copied to clipboard

findfile(‘filename’, ‘**’) does not work in iCloud directories

Open bwhelm opened this issue 2 years ago • 1 comments

: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.

bwhelm avatar Mar 25 '23 02:03 bwhelm

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.

EricEWeir avatar Sep 06 '23 15:09 EricEWeir