aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/globals.h
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-09-09 15:04:29 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-09-12 13:25:28 -0300
commit551b76c516dee88ccdab49d3bbc2cccc7dfcb0cc (patch)
treea2dea3b1b2d655afb3dfbd729887c25dcecc119d /src/nvim/globals.h
parentaf61a286b20b8435e016d6210b99e642cd59df8c (diff)
downloadrneovim-551b76c516dee88ccdab49d3bbc2cccc7dfcb0cc.tar.gz
rneovim-551b76c516dee88ccdab49d3bbc2cccc7dfcb0cc.tar.bz2
rneovim-551b76c516dee88ccdab49d3bbc2cccc7dfcb0cc.zip
api/msgpack-rpc: Expose channel_from_job to vimscript as api_spawn
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r--src/nvim/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h
index 3b9a9ae64b..49a4a2f604 100644
--- a/src/nvim/globals.h
+++ b/src/nvim/globals.h
@@ -1098,6 +1098,7 @@ EXTERN garray_T error_ga
* Excluded are errors that are only used once and debugging messages.
*/
EXTERN char_u e_abort[] INIT(= N_("E470: Command aborted"));
+EXTERN char_u e_api_spawn_failed[] INIT(= N_("E903: Could not spawn API job"));
EXTERN char_u e_argreq[] INIT(= N_("E471: Argument required"));
EXTERN char_u e_backslash[] INIT(= N_("E10: \\ should be followed by /, ? or &"));
EXTERN char_u e_cmdwin[] INIT(= N_(