Hi,
Trying using vim-addon-manager I receive almost the same errors. Now, it also complains about vim-addon-manager itself!!
extracted <autoload/camelcasemotion.vim>: 173 lines
Error detected while processing function scriptmanager#Activate..scriptmanager#ActivateRecursively..scriptmanager2#Install..scriptmanager2
#Checkout..scriptmanager_util#Unpack..scriptmanager_util#Unpack..vimball#Vimball:
line 131:
E474: Invalid argument: silent w! ++enc=3 /home1/eran.borovik/vim-addons/camelcasemotion/autoload/camelcasemotion.vim
wrote /home1/eran.borovik/vim-addons/camelcasemotion/autoload/camelcasemotion.vim
extracted <plugin/camelcasemotion.vim>: 204 lines
E474: Invalid argument: silent w! ++enc=4 /home1/eran.borovik/vim-addons/camelcasemotion/plugin/camelcasemotion.vim
wrote /home1/eran.borovik/vim-addons/camelcasemotion/plugin/camelcasemotion.vim
extracted <doc/camelcasemotion.txt>: 183 lines
E474: Invalid argument: silent w! ++enc=3 /home1/eran.borovik/vim-addons/camelcasemotion/doc/camelcasemotion.txt
wrote /home1/eran.borovik/vim-addons/camelcasemotion/doc/camelcasemotion.txt
line 160:
E151: No match: /home1/eran.borovik/vim-addons/camelcasemotion/doc/*
did helptags
Error detected while processing function scriptmanager#Activate..scriptmanager#ActivateRecursively..scriptmanager2#Install..scriptmanager2
#HelpTags:
line 2:
E151: No match: /home1/eran.borovik/vim-addons/camelcasemotion/doc/*
Press ENTER or type command to continue
My vim runtimepath is:
runtimepath=~/.vim,~/vim-addons/camelcasemotion,/usr/local/share/vim/vimfiles,/usr/local/share/vim/vim73,/usr/local/share/vim/vimfiles/a
fter,~/.vim/after,~/vim-addons/vim-addon-manager
I am not a vim plugin savvy. Nevertheless I tried running UseVimBall but couldn't make it work.
Thanks,
Eran.
-- Trying using vim-addon-manager I receive almost the same errors. Now, it also complains about vim-addon-manager itself!!
extracted <autoload/camelcasemotion.vim>: 173 lines
Error detected while processing function scriptmanager#Activate..scriptmanager#ActivateRecursively..scriptmanager2#Install..scriptmanager2
#Checkout..scriptmanager_util#Unpack..scriptmanager_util#Unpack..vimball#Vimball:
line 131:
E474: Invalid argument: silent w! ++enc=3 /home1/eran.borovik/vim-addons/camelcasemotion/autoload/camelcasemotion.vim
wrote /home1/eran.borovik/vim-addons/camelcasemotion/autoload/camelcasemotion.vim
extracted <plugin/camelcasemotion.vim>: 204 lines
E474: Invalid argument: silent w! ++enc=4 /home1/eran.borovik/vim-addons/camelcasemotion/plugin/camelcasemotion.vim
wrote /home1/eran.borovik/vim-addons/camelcasemotion/plugin/camelcasemotion.vim
extracted <doc/camelcasemotion.txt>: 183 lines
E474: Invalid argument: silent w! ++enc=3 /home1/eran.borovik/vim-addons/camelcasemotion/doc/camelcasemotion.txt
wrote /home1/eran.borovik/vim-addons/camelcasemotion/doc/camelcasemotion.txt
line 160:
E151: No match: /home1/eran.borovik/vim-addons/camelcasemotion/doc/*
did helptags
Error detected while processing function scriptmanager#Activate..scriptmanager#ActivateRecursively..scriptmanager2#Install..scriptmanager2
#HelpTags:
line 2:
E151: No match: /home1/eran.borovik/vim-addons/camelcasemotion/doc/*
Press ENTER or type command to continue
My vim runtimepath is:
runtimepath=~/.vim,~/vim-addons/camelcasemotion,/usr/local/share/vim/vimfiles,/usr/local/share/vim/vim73,/usr/local/share/vim/vimfiles/a
fter,~/.vim/after,~/vim-addons/vim-addon-manager
I am not a vim plugin savvy. Nevertheless I tried running UseVimBall but couldn't make it work.
Thanks,
Eran.
On Thu, Oct 7, 2010 at 3:36 PM, Marc Weber <marco-oweber@gmx.de> wrote:
Excerpts from Eran Borovik's message of Thu Oct 07 15:26:08 +0200 2010:
> I will try vim-addon-manager you mentioned and see if it helps (AlthoughThat's the code its using to install a vimball archive:
> you say it shouldn't)
a:archive is the path to the file (sp opens it)
exec 'sp '.fnameescape(a:archive)
call vimball#Vimball(1,a:targetdir)
So trying this would be faster
If this doesn't work either trying without user script would be the next
thing I'd try. If this still doesn't work we should compare $RUNTIMEPATH
contents.
Marc Weber
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment