mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
lint
This commit is contained in:
@@ -2512,11 +2512,12 @@ int prompt_for_number(int *mouse_used)
|
|||||||
if (msg_row > 0) {
|
if (msg_row > 0) {
|
||||||
cmdline_row = msg_row - 1;
|
cmdline_row = msg_row - 1;
|
||||||
}
|
}
|
||||||
need_wait_return = FALSE;
|
need_wait_return = false;
|
||||||
msg_didany = FALSE;
|
msg_didany = false;
|
||||||
msg_didout = FALSE;
|
msg_didout = false;
|
||||||
} else
|
} else {
|
||||||
cmdline_row = save_cmdline_row;
|
cmdline_row = save_cmdline_row;
|
||||||
|
}
|
||||||
State = save_State;
|
State = save_State;
|
||||||
// May need to restore mouse shape.
|
// May need to restore mouse shape.
|
||||||
setmouse();
|
setmouse();
|
||||||
|
Reference in New Issue
Block a user