Gabirel/Hack-SpaceVim

Current version do not support job feature

Gabirel opened this issue · 2 comments

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

+job | vim: +v7.4.1325

Oh, that's so accurate~