Shougo / neobundle.vim

Next generation Vim package manager
MIT License
2.29k stars 168 forks source link

"E492: Not an editor command" when loading plugin #511

Closed HaleTom closed 8 years ago

HaleTom commented 8 years ago

When starting vim, I get:

Error detected while processing /home/ravi/.dotfiles/.vim/load-plugins.vim:
line  112:
E492: Not an editor command: Neobundle 'vim-scripts/repeatable-motions.vim'
Press ENTER or type command to continue

On line 112, I have:

Neobundle 'vim-scripts/repeatable-motions.vim'
Shougo commented 8 years ago

NeoBundle 'vim-scripts/repeatable-motions.vim'

HaleTom commented 8 years ago

Doh. Thanks.