mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 06:28:35 +00:00
fix(startup)!: "nvim -l" message does not end with newline #24215
Close #24180
This commit is contained in:
@@ -633,6 +633,10 @@ int main(int argc, char **argv)
|
||||
msg_scroll = true;
|
||||
bool lua_ok = nlua_exec_file(params.luaf);
|
||||
TIME_MSG("executing Lua -l script");
|
||||
if (msg_didout) {
|
||||
msg_putchar('\n');
|
||||
msg_didout = false;
|
||||
}
|
||||
getout(lua_ok ? 0 : 1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user