mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00
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:

committed by
Justin M. Keyes

parent
c28adf15e6
commit
94f59fc9be
@@ -64,6 +64,7 @@ enum {
|
||||
VV_WINDOWID,
|
||||
VV_PROGPATH,
|
||||
VV_JOB_DATA,
|
||||
VV_COMMAND_OUTPUT,
|
||||
VV_LEN, /* number of v: vars */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user