mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 14:38:32 +00:00
refactor: add win_T argument to setcursor_mayforce()
This commit is contained in:
@@ -1281,7 +1281,7 @@ void pum_show_popupmenu(vimmenu_T *menu)
|
||||
pum_is_drawn = true;
|
||||
pum_grid.zindex = kZIndexCmdlinePopupMenu; // show above cmdline area #23275
|
||||
pum_redraw();
|
||||
setcursor_mayforce(true);
|
||||
setcursor_mayforce(curwin, true);
|
||||
|
||||
int c = vgetc();
|
||||
|
||||
|
Reference in New Issue
Block a user