Gabirel / Hack-SpaceVim

🚀 Tell you how to hack SpaceVim. Be useful. Try Discussions!
MIT License
478 stars 68 forks source link

Current version do not support job feature #11

Closed Gabirel closed 7 years ago

Gabirel commented 7 years ago

This is because your version of vim is lower than vim(v7.4.1325). You have to upgrade your vim to higher version with +job feature.

vim with +job(Higher Version): vim+job

vim with -job(Lower Version): vim-job

Thanks @unixcx

wsdjeg commented 7 years ago

+job | vim: +v7.4.1325

Gabirel commented 7 years ago

Oh, that's so accurate~