tsuquyomi icon indicating copy to clipboard operation
tsuquyomi copied to clipboard

Vimproc via Vital.ProcessManager is not used correctly

Open pyrho opened this issue 7 years ago • 0 comments

Several issues here:

  1. On this line we check if the process state is existing. But Vital.ProcessManager never actually returns existing. According to this, state values are idle, inactive, reading and undefined. Not sure what this implies, but I would say it leads to some undefined behaviors.

  2. Vital seems to have deprecated the ProcessManager API, maybe we should switch to the new API.

pyrho avatar Jun 20 '17 22:06 pyrho