0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0167

This commit is contained in:
Bram Moolenaar
2005-12-11 21:36:39 +00:00
parent b348038631
commit 63a121b750
4 changed files with 40 additions and 13 deletions

View File

@@ -3492,6 +3492,15 @@ eval_client_expr_to_string(expr)
redir_off = save_ro;
--emsg_skip;
/* A client can tell us to redraw, but not to display the cursor, so do
* that here. */
setcursor();
out_flush();
#ifdef FEAT_GUI
if (gui.in_use)
gui_update_cursor(FALSE, FALSE);
#endif
return res;
}