mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
fix(startup): don't truncate when printing with -l (#24216)
This commit is contained in:
@@ -629,6 +629,8 @@ int main(int argc, char **argv)
|
||||
}
|
||||
|
||||
if (params.luaf != NULL) {
|
||||
// Like "--cmd", "+", "-c" and "-S", don't truncate messages.
|
||||
msg_scroll = true;
|
||||
bool lua_ok = nlua_exec_file(params.luaf);
|
||||
TIME_MSG("executing Lua -l script");
|
||||
getout(lua_ok ? 0 : 1);
|
||||
|
Reference in New Issue
Block a user