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 1dcada1 commit 2392143Copy full SHA for 2392143
2 files changed
src/feature.h
@@ -1172,7 +1172,13 @@
1172
* when --servername is not passed on the command line.
1173
*/
1174
#if defined(FEAT_CLIENTSERVER) && !defined(FEAT_AUTOSERVERNAME)
1175
+# ifdef WIN3264
1176
+ /* Always enabled on MS-Windows. */
1177
+# define FEAT_AUTOSERVERNAME
1178
+# else
1179
+ /* Enable here if you don't use configure. */
1180
/* # define FEAT_AUTOSERVERNAME */
1181
+# endif
1182
#endif
1183
1184
/*
src/version.c
@@ -766,6 +766,8 @@ static char *(features[]) =
766
767
static int included_patches[] =
768
{ /* Add new patch number below this line */
769
+/**/
770
+ 1297,
771
/**/
772
1296,
773
0 commit comments