We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40b9d4 commit 3e9d4d8Copy full SHA for 3e9d4d8
2 files changed
src/ui.c
@@ -399,7 +399,7 @@ inchar_loop(
399
#endif
400
401
if ((resize_func != NULL && resize_func(TRUE))
402
-#ifdef FEAT_CLIENTSERVER
+#if defined(FEAT_CLIENTSERVER) && defined(UNIX)
403
|| server_waiting()
404
405
#ifdef MESSAGE_QUEUE
src/version.c
@@ -783,6 +783,8 @@ static char *(features[]) =
783
784
static int included_patches[] =
785
{ /* Add new patch number below this line */
786
+/**/
787
+ 835,
788
/**/
789
834,
790
0 commit comments