mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
Remove EXMODE_NORMAL
This commit is contained in:
@@ -1324,9 +1324,8 @@ void msg_start(void)
|
||||
0;
|
||||
} else if (msg_didout) { // start message on next line
|
||||
msg_putchar('\n');
|
||||
did_return = TRUE;
|
||||
if (exmode_active != EXMODE_NORMAL)
|
||||
cmdline_row = msg_row;
|
||||
did_return = true;
|
||||
cmdline_row = msg_row;
|
||||
}
|
||||
if (!msg_didany || lines_left < 0)
|
||||
msg_starthere();
|
||||
|
Reference in New Issue
Block a user