Spacevim: All plugs updating failed when execute SPUpdate

Created on 27 Jan 2018  路  32Comments  路  Source: SpaceVim/SpaceVim

Environment Information

  • OS: Ubuntu16.04 and MacOS
  • vim version: Ubuntu: 7.4 Included patches: 1-1689 Extra pathces: 8.0
    MacOS: 7.4 Included patches:1-898,8056

The reproduce ways from Vim starting

I install SpaceVim on my ubuntu and MacOS machine, the install steps goes well. However, when I input the SPUpdate command, all updating failed.
I have tried many times to reinstall the Spacevim and Vim itself, but this situation always occur.

Output of the :SPDebugInfo!

selection_002
selection_003

Screenshots

selection_001
2018-01-27 12 57 52

All 32 comments

Please reinstall spacevim,

rm -rf ~/.SpaceVim
rm ~/.vim

I have reinstall spacevim for many times. Except ~/.SpaceVim and ~/.vim, I have also tried deleted ~/.cache/*. These doesn't work.

do you try with vim8? and you should report issue with issue templete, you error message is not complete. you can post resut of SPC h I and SPC b m.

I input SPC h I and SPC b m, respectively generate a blank __Message_Buffer__ and issue_report.md file. I have post the figure. I have not tried vim8. I will give a try.

The vim8 solved my problem. Thank you !!!

@bigbigda But this issue should be fix in vim7.4, what is your vim --version ?

and does it happend in both mac and ubuntu?

Yes, both ubuntu and mac. my vim version is 7.4.
Below is the vim --version of mac:

VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Apr 4 2017 18:14:54)
Included patches: 1-898, 8056
Compiled by [email protected]

please keep this issue open, I will test it.

With vim8, there is still some building failed. Is these matters? I guess it's because the vim is not compiled with php etc.
selection_001

Ok, the macos system and ubuntu system is really clean. (I don't install many things on them). The ubuntu is almost a raw 16.04.

You can build this plugin yourself.

Where should I put the built file?

I am really new to the plugin system of vim, is there one example or tutorial?

please read the document of spacevim.

OK. I have read the document and found something like this:

If you want to add some custom plugins, use these options:
let g:spacevim_custom_plugins = [
\ ['plasticboy/vim-markdown', {'on_ft' : 'markdown'}],
\ ['wsdjeg/GitHub.vim'],
\ ]`

I wondered where to put the custom_plugins in to make it can be loaded by SpaceVim.

I get it. I just need to write the repository name here and don't need to download anything. ORZ

@bigbigda I just update spacevim, can you check it in the vim7.4?

still not work.

@bigbigda can you post SPC h I info?

screenshot from 2018-01-31 14-58-23

can you post the info of vim --version, I will test it later.

screenshot from 2018-01-31 15-05-20

I have reproduced this bug in my another ubuntu machine. (now two ubuntu16.04 and one macos)

Another assosicative problem is that if I change my conda python enviroment, the vim will failed to run.
Perhaps this is a correct behavior.
screenshot from 2018-01-31 15-09-58

I got it, It is a vim bug.

could you explain it concretely ?

you vim has +python3 feature, then echo has('python3') will return 1, but I think you can not use :py3 import io

I input :py3 import io, nothing returned. But if I input :py3 print ('2'), it returned 2

as the picture shown above, your vim's py does not work. This is not issue with SpaceVim.

I am not sure wheter I confuse you with that picture. The original problem is under my normal vim enviroment and won't generate the failed to import the site error. That picture describe another problem that I can lanuch vim when I swith my python enviroment.

In fact, these are two problems and I should have post the second problem under a new issue.
FYI

@bigbigda Sorry I can not reproduce in my vim.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

zeroasterisk picture zeroasterisk  路  4Comments

keai4le picture keai4le  路  4Comments

everettjf picture everettjf  路  5Comments

wsdjeg picture wsdjeg  路  3Comments

fmind picture fmind  路  3Comments