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 d04a020 commit fb4194eCopy full SHA for fb4194e
src/channel.c
@@ -92,7 +92,7 @@ typedef struct {
92
gint ch_inputHandler; /* Cookie for input */
93
#endif
94
#ifdef FEAT_GUI_W32
95
- int ch_inputHandler = -1; /* simply ret.value of WSAAsyncSelect() */
+ int ch_inputHandler; /* simply ret.value of WSAAsyncSelect() */
96
97
98
void (*ch_close_cb)(void); /* callback invoked when channel is closed */
src/version.c
@@ -746,6 +746,8 @@ static char *(features[]) =
746
747
static int included_patches[] =
748
{ /* Add new patch number below this line */
749
+/**/
750
+ 1183,
751
/**/
752
1182,
753
0 commit comments