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:
parent
52c6eaffd4
commit
1e7885abe8
@ -606,6 +606,7 @@ ServerWait(
|
||||
{
|
||||
while (XCheckWindowEvent(dpy, commWindow, PropertyChangeMask, &event))
|
||||
serverEventProc(dpy, &event, 1);
|
||||
server_parse_messages();
|
||||
|
||||
if (endCond(endData) != 0)
|
||||
break;
|
||||
|
@ -748,6 +748,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1655,
|
||||
/**/
|
||||
1654,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user