Currently the vim plugin straight off calls the command line utility and parses it's result. If this API changes it will lead to trouble, since users might update vim plugin and programslice command line utility on different times.
I'll need a better way to keep them compatible than what we have now.