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
vimproc's DLL error after install SpaceVim from scratch #435
Comments
my plugin ui do not use dein#install, and now it do not support build opt. Will implement it later. |
@jetm I have fix it in neovim, but vim8's job do not support specified directory, so I can not fix it. |
hmm, before vim/vim#1024 is done, we use |
@wsdjeg: or document this vim case in the FAQ, like YCM case. |
now in vim, it should works well. can you test it? |
sure, let me test it ... It works in vim, thanks! |
I'm still having this issue |
can we reopen this? have it on ubuntu 18.04 and Mac Big Sur arm |
fyi I managed to work around by going: Originally posted by @scaamanho in #544 (comment) |
running |
I had the same problem in Pop! OS 21.04, |
Done |
Expected behavior, English is recommend
After installing SpaceVim from scratch I will expect no error it's shown, like this one:
I can get rid of that error if I go to that directory and execute
make
. It would better if the SpaceVim installation process it's done automatically.I saw in
SpaceVim/autoload/SpaceVim/layers/core.vim
it has\ ['Shougo/vimproc.vim', {'build' : 'make'}],
and that should excecutesmake
after the plugin is installed, but for some reason, it doesn't.Environment Information
The reproduce ways from Vim starting (Required!)
Uninstall SpaceVim. Make sure all SpaceVim related files and directories are deleted. Install SpaceVim only for Vim, no Neovim (I haven't tried installing both):
Output of the ":message" command, and ":echo SpaceVim#logger#viewLog()"
SpaceVim Health checking :
SpaceVim clipboard support check report:
Checking +clipboard:
SUCCEED!
SpaceVim environment check report:
Current progpath: vim(vim)
version: 800
OS: Linux
[shell, shellcmdflag, shellslash]: ['/bin/zsh', '-c', 0]
SpaceVim lua support check report:
Checking +lua:
SUCCEED!
SpaceVim python support check report:
Checking +python3:
SUCCEED!
Checking +python:
SUCCEED!
SpaceVim runtime log :
please post log below, if you want me reproduce your issue quickly, post your custom config here will be better.
No
Spacevim.d/init.vim
configuration file.The text was updated successfully, but these errors were encountered: