vim-denops / denops.vim

🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno

Home Page:https://vim-denops.github.io/denops-documentation/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

denops.vim does not work if `runtimepath` contains `*` (Neovim 0.6.0-dev)

lambdalisue opened this issue · comments

Wildcards are allowed in runtimepath

	Note that, unlike 'path', no wildcards like "**" are allowed.  Normal
	wildcards are allowed, but can significantly slow down searching for
	runtime files.  For speed, use as few items as possible and avoid
	wildcards.
	See |:runtime|.

But denops.vim does not assume that so it would break denops.vim

Appendix

Neovim 0.6.0-dev use that for some reason and that break denops.vim (neovim/neovim#16031)