mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
feat(lua): exit 1 on Lua "-l" script error
This commit is contained in:
@@ -1042,7 +1042,7 @@ EXTERN int vim_ignored;
|
||||
|
||||
// stdio is an RPC channel (--embed).
|
||||
EXTERN bool embedded_mode INIT(= false);
|
||||
// Do not start a UI nor read/write to stdio (unless embedding).
|
||||
// Do not start UI (--headless, -l) nor read/write to stdio (unless embedding).
|
||||
EXTERN bool headless_mode INIT(= false);
|
||||
|
||||
// uncrustify:on
|
||||
|
Reference in New Issue
Block a user