diff options
Diffstat (limited to 'src/nvim/lua/executor.c')
-rw-r--r-- | src/nvim/lua/executor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/lua/executor.c b/src/nvim/lua/executor.c index ed84e2a601..ec069131e5 100644 --- a/src/nvim/lua/executor.c +++ b/src/nvim/lua/executor.c @@ -954,6 +954,7 @@ static void nlua_print_event(void **argv) break; } msg(str + start); + msg_didout = true; // Make blank lines work properly } if (len && str[len - 1] == NUL) { // Last was newline msg(""); |