I have just rand the install script (curl -sLf https://spacevim.org/install.sh | bash)
open vim and the below error occurs about 5 different times with different error on functions each time.
Error detected while processing function 29:
line 1:
E716: Key not present in Dictionary: _opts, 'on_stdout')
E116: Invalid arguments for function has_key(self._opts, 'on_stdout')
E15: Invalid expression: has_key(self._opts, 'on_stdout')
after it is done erroring out vim closes with a seg fault
unable to open vim
Same here
does your vim has python support?
I'm not sure, how can I check it?
in vim, :echo has('python')
It outputs 0
you should install vim-gtk,
Thanks, it worked (ref)
Nice, but I think I should fix supporting of vim without +python feature.
Most helpful comment
you should install vim-gtk,