mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
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))
|
while (XCheckWindowEvent(dpy, commWindow, PropertyChangeMask, &event))
|
||||||
serverEventProc(dpy, &event, 1);
|
serverEventProc(dpy, &event, 1);
|
||||||
|
server_parse_messages();
|
||||||
|
|
||||||
if (endCond(endData) != 0)
|
if (endCond(endData) != 0)
|
||||||
break;
|
break;
|
||||||
|
@ -748,6 +748,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1655,
|
||||||
/**/
|
/**/
|
||||||
1654,
|
1654,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user