feat(lua): exit 1 on Lua "-l" script error

This commit is contained in:
Justin M. Keyes
2023-01-02 15:34:14 +01:00
parent 45549f031e
commit adef308a59
6 changed files with 43 additions and 23 deletions

View File

@@ -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