forked from aniani/vim
updated for version 7.0167
This commit is contained in:
@@ -340,6 +340,7 @@ static struct vimvar
|
||||
{VV_NAME("scrollstart", VAR_STRING), 0},
|
||||
{VV_NAME("swapname", VAR_STRING), VV_RO},
|
||||
{VV_NAME("swapchoice", VAR_STRING), 0},
|
||||
{VV_NAME("swapcommand", VAR_STRING), VV_RO},
|
||||
};
|
||||
|
||||
/* shorthand */
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user