1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-13 10:15:41 +08:00
Steve Huff 5f37a4014f
fix(core): Handle E319 when Vim was built without language support
E319 means that Vim was built without the feature that supports a given
command (http://vimdoc.sourceforge.net/htmldoc/message.html#E319); if
Vim is built without language support, SpaceVim cannot successfully
load.  this change enables SpaceVim to recover from this error message
and continue loading.

see https://github.com/qvacua/vimr/issues/879 for an example of the
problem that this solves.
2021-11-16 01:07:20 +08:00
..
2021-09-19 22:23:23 +08:00