roxma / nvim-yarp

Yet Another Remote Plugin Framework for Neovim
MIT License
230 stars 14 forks source link

Fix #38 use expand() #39

Closed Shougo closed 4 years ago

Shougo commented 4 years ago

Fix #38

ZSaberLv0 commented 4 years ago

@Shougo expand() would result to empty if wildignore contains *.exe for Windows, I think it's better to expand(xxx, 1) to ignore wildignore ?

Shougo commented 4 years ago

Please test https://github.com/roxma/nvim-yarp/pull/40.

ZSaberLv0 commented 4 years ago

tested, thanks