mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.0063
This commit is contained in:
@@ -3146,7 +3146,7 @@ update_mouseshape(shape_idx)
|
||||
int new_mouse_shape;
|
||||
|
||||
/* Only works in GUI mode. */
|
||||
if (!gui.in_use)
|
||||
if (!gui.in_use || gui.starting)
|
||||
return;
|
||||
|
||||
/* Postpone the updating when more is to come. Speeds up executing of
|
||||
|
Reference in New Issue
Block a user