I want to install this plugin, so first I extract the content of the zip and then I do:
$ vim camelcasemotion.vba
Then I do:
:so %
but I get this error:
Error detected while processing /tmp/camelcasemotion.vba: line 2: E492: Not an editor command: UseVimball Press ENTER or type command to continue
Here you have the page of the plugin. I have vim 7.3 and vimballPlugin installed as you can see here:
:/usr/share/vim/vim73/plugin$ ls
getscriptPlugin.vim gzip.vim matchparen.vim netrwPlugin.vim README.txt rrhelper.vim spellfile.vim tarPlugin.vim tohtml.vim vimballPlugin.vim zipPlugin.vi
:verbose command UseVimballto verify. - Ingo Karkatset noloadplugins/set nolplsomewhere in the vimrc? Do you edit runtimepath here (search for something likeset rtp/set runtimepath/&rtp/&runtimepath)? What doestype vimin the shell show? Same forecho $VIMRUNTIME(in shell. In vim also makes sense to check). What doverbose autocmd SourceCmdandverbose autocmd SourcePrereport in vim? - ZyX