api: Implement vim_command_output function

This function can be used by API clients to execute a command and capture the
output.
This commit is contained in:
Thiago de Arruda
2014-06-05 08:25:53 -03:00
committed by Justin M. Keyes
parent c28adf15e6
commit 94f59fc9be
3 changed files with 16 additions and 1 deletions

View File

@@ -64,6 +64,7 @@ enum {
VV_WINDOWID,
VV_PROGPATH,
VV_JOB_DATA,
VV_COMMAND_OUTPUT,
VV_LEN, /* number of v: vars */
};