terrychou / iVim

A vim port to iOS.
596 stars 35 forks source link

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

Open bwhelm opened 1 year ago

bwhelm commented 1 year ago

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

EricEWeir commented 10 months ago

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.