diff options
Diffstat (limited to 'src/nvim/globals.h')
-rw-r--r-- | src/nvim/globals.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/globals.h b/src/nvim/globals.h index ad65f7e6fd..1ff8887598 100644 --- a/src/nvim/globals.h +++ b/src/nvim/globals.h @@ -1233,6 +1233,9 @@ EXTERN char *ignoredp; * os_unix.c */ EXTERN int curr_tmode INIT(= TMODE_COOK); /* contains current terminal mode */ +// If a msgpack-rpc channel should be started over stdin/stdout +EXTERN bool embedded_mode INIT(= false); + /// Used to track the status of external functions. /// Currently only used for iconv(). typedef enum { |