patch 8.0.1295: cannot automatically get a server name in a terminal
Problem: Cannot automatically get a server name in a terminal.
Solution: Add the --enable-autoservername flag to configure. (Cimbali,
closes #2317)
diff --git a/src/version.c b/src/version.c
index 1fd6502..2c190a6 100644
--- a/src/version.c
+++ b/src/version.c
@@ -83,6 +83,11 @@
#else
"-autocmd",
#endif
+#ifdef FEAT_AUTOSERVERNAME
+ "+autoservername",
+#else
+ "-autoservername",
+#endif
#ifdef FEAT_BEVAL
"+balloon_eval",
#else
@@ -762,6 +767,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1295,
+/**/
1294,
/**/
1293,