Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning when doing make update #9

Closed
raivivek opened this issue Nov 16, 2015 · 4 comments
Closed

Warning when doing make update #9

raivivek opened this issue Nov 16, 2015 · 4 comments

Comments

@raivivek
Copy link

When running make update, I get the following set of repeated warnings after doing yes.

[neobundle] `NeoBundle` commands must be executed within a neobundle#begin/end block. Please check your usage.

Although, the update proceeds after throwing up a good deal of these. It could be because of newer changes in neobundle. You may wish to check.

@rafi
Copy link
Owner

rafi commented Nov 16, 2015

Did you remove the neobundle#end by any chance?
Did it happen again after re-running make update?

@raivivek
Copy link
Author

Hi,

Did you remove the neobundle#end by any chance?

I don't think so.

Did it happen again after re-running make update?

I am not able to see that error again.

However, I do see following errors now for these four plugins:

[neobundle] Update done: (2015/11/17 08:08:46)
Update started: (2015/11/17 08:08:29)
( 38/102): |vim-unite-issue| Error
/home/vivekrai/.cache/vim/plugins/vim-unite-issue
fatal: Not a git repository (or any of the parent directories): .git
( 42/102): |vimfiler.vim| Error
/home/vivekrai/.cache/vim/plugins/vimfiler.vim
fatal: Not a git repository (or any of the parent directories): .git
( 45/102): |vim-gista| Error
/home/vivekrai/.cache/vim/plugins/vim-gista
fatal: Not a git repository (or any of the parent directories): .git
( 47/102): |unite.vim| Error
/home/vivekrai/.cache/vim/plugins/unite.vim
fatal: Not a git repository (or any of the parent directories): .git

@rafi
Copy link
Owner

rafi commented Nov 17, 2015

That's weird, maybe some plugins weren't cloned correctly due to network issues, try:

rm /home/vivekrai/.cache/vim/plugins/{vim-unite-issue,vimfiler.vim,vim-gista,unite.vim}

Then run make update again.

@raivivek
Copy link
Author

Hmm. Makes sense. It works now. Closing then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants