1
0
forked from aniani/vim

patch 7.4.1655

Problem:    remote_expr() hangs. (Ramel)
Solution:   Check for messages in the waiting loop.
This commit is contained in:
Bram Moolenaar 2016-03-25 19:03:03 +01:00
parent 52c6eaffd4
commit 1e7885abe8
2 changed files with 3 additions and 0 deletions

View File

@ -606,6 +606,7 @@ ServerWait(
{
while (XCheckWindowEvent(dpy, commWindow, PropertyChangeMask, &event))
serverEventProc(dpy, &event, 1);
server_parse_messages();
if (endCond(endData) != 0)
break;

View File

@ -748,6 +748,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1655,
/**/
1654,
/**/