From 63a121b750c186db52de3d3ffbe016b89df8970b Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 11 Dec 2005 21:36:39 +0000 Subject: updated for version 7.0167 --- src/main.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 19bdb09e1..bd40c6c7a 100644 --- 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; } -- cgit v1.2.1