Shougo / denite.nvim

:dragon: Dark powered asynchronous unite all interfaces for Neovim/Vim8
Other
2.06k stars 216 forks source link

expand wildcard in rtp #863

Closed kols closed 3 years ago

kols commented 3 years ago

Wildcard is allowed in runtimepath. If not expanded properly, a rtp like ~/.vim/pack/*/start/* will cause a failed search of the rplugin. And a 'Source xxx is not found' exception will be raised.

Shougo commented 3 years ago

Merged.