diff src/main.c @ 591:36071a92cb76 v7.0167

updated for version 7.0167
author vimboss
date Sun, 11 Dec 2005 21:36:39 +0000
parents 3686831cf3da
children 2930fd8e7d9f
line wrap: on
line diff
--- a/src/main.c
+++ b/src/main.c
@@ -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;
 }