tsuquyomi
tsuquyomi copied to clipboard
Vimproc via Vital.ProcessManager is not used correctly
Several issues here:
-
On this line we check if the process state is
existing
. But Vital.ProcessManager never actually returnsexisting
. According to this,state
values areidle
,inactive
,reading
andundefined
. Not sure what this implies, but I would say it leads to some undefined behaviors. -
Vital seems to have deprecated the ProcessManager API, maybe we should switch to the new API.