mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
refactor: add win_T argument to setcursor_mayforce()
This commit is contained in:
@@ -5886,7 +5886,7 @@ static void ex_equal(exarg_T *eap)
|
||||
static void ex_sleep(exarg_T *eap)
|
||||
{
|
||||
if (cursor_valid(curwin)) {
|
||||
setcursor_mayforce(true);
|
||||
setcursor_mayforce(curwin, true);
|
||||
}
|
||||
|
||||
int64_t len = eap->line2;
|
||||
|
Reference in New Issue
Block a user