Vundle.vim: Neovim support - undefined variable

Created on 5 Aug 2015  路  4Comments  路  Source: VundleVim/Vundle.vim

Hello guys, I'm having a big time with Vundle on Neovim (Installed via brew install --HEAD neovim)

Error detected while processing function vundle#installer#new:
line    1:
E121: Undefined variable: a:1
E15: Invalid expression: (a:1 == '') ? g:bundles : map(copy(a:000), 'vundle#config#bundle(v:val, {})')

Any ideas how to fix this issue?

Most helpful comment

I've used a hack:

  call vundle#begin("~/.nvim/bundle")

And it works like a charm... maybe it's conflicting with Vim and/or directories are messed up. Neovim uses it's own directory (.nvim) and of course it's own configuration files (.nvimrc).

All 4 comments

I'm running on OS X 10.10.3 and this issue was invoked with "PluginInstall".

I've used a hack:

  call vundle#begin("~/.nvim/bundle")

And it works like a charm... maybe it's conflicting with Vim and/or directories are messed up. Neovim uses it's own directory (.nvim) and of course it's own configuration files (.nvimrc).

Well, it might be the case, because I didn't update Vundle in a longer period of time...

Well, Neovim is running properly, and I can't check the version of the Vundle from Vim directory because I've already updated it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kshenoy picture kshenoy  路  4Comments

unode picture unode  路  5Comments

arnsa picture arnsa  路  6Comments

Dbz picture Dbz  路  6Comments

bmyell picture bmyell  路  5Comments