Spacevim: Adding [[layers]] name = "lang#python" to .Spacevim.d/init.toml causes problem

Created on 24 Oct 2019  ·  11Comments  ·  Source: SpaceVim/SpaceVim

Fresh installation, add:
[[layers]] name = "lang#python"

results in:

Error detected while processing /home/macmenaminpe/.SpaceVim/autoload/SpaceVim/api/iconv/bytes.vim: line 1: E15: Invalid expression: expand('<sfile>:p:r:gs?[\\/]?#?:s?^.*#autoload#??:s?$?#?')^M Error detected while processing function SpaceVim#end[94]..SpaceVim#plugins#load[4]..<SNR>47_load_plugins: line 16: E170: Missing :endfor Error detected while processing function SpaceVim#end[94]..SpaceVim#plugins#load: line 4: E171: Missing :endif Press ENTER or type command to continue:

on launch.

Reproduce : always

Most helpful comment

Problem after PR: https://github.com/SpaceVim/SpaceVim/pull/3183

You can manualy checkout in ~/.SpaceVim/ to commit beffore merge it PR(3404dc74bd5e42a084acb85d64902ab48c8edb10)

All 11 comments

Same to me.

Same to me. last week,this issue did not appear .

yes, But it doesn't work!

------------------ 原始邮件 ------------------
发件人: "veso-k"<[email protected]>;
发送时间: 2019年10月24日(星期四) 晚上8:07
收件人: "SpaceVim/SpaceVim"<[email protected]>;
抄送: "#^_^#"<[email protected]>; "Comment"<[email protected]>;
主题: Re: [SpaceVim/SpaceVim] Adding [[layers]] name = "lang#python" to .Spacevim.d/init.toml causes problem (#3187)

Have you tried it after :SPUpdate ?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.

Same for GO layer.

Same for GO layer
bytes.vim is a new file ,which maybe cause this issue.

SpaceVim version 1.3-0-dev

Problem after PR: https://github.com/SpaceVim/SpaceVim/pull/3183

You can manualy checkout in ~/.SpaceVim/ to commit beffore merge it PR(3404dc74bd5e42a084acb85d64902ab48c8edb10)

Same for c/c++

Problem after PR: #3183

You can manualy checkout in ~/.SpaceVim/ to commit beffore merge it PR(3404dc74bd5e42a084acb85d64902ab48c8edb10)

Can confirm, checking out a commit before this fixes issue.

edit, the offending commit seems to be later than this.

It seems to be:

abe59e3d2380cde3d1c16f57ba3a5da3d5e878cc

fixed by #3190

The following method works for me. I remove the several folder:.SpaceVim , .SpaceVim.d , .config/nvim, .cache/*. And then reinstall Spacevim.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dzintars picture dzintars  ·  3Comments

eperfect picture eperfect  ·  4Comments

onerciller picture onerciller  ·  5Comments

linwaytin picture linwaytin  ·  4Comments

teemola picture teemola  ·  5Comments