diff src/version.c @ 12837:963cdeb42c41 v8.0.1295

patch 8.0.1295: cannot automatically get a server name in a terminal commit https://github.com/vim/vim/commit/e42a6d250907e278707753d7d1ba91ffc2471db0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 12 19:21:51 2017 +0100 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)
author Christian Brabandt <cb@256bit.org>
date Sun, 12 Nov 2017 19:30:05 +0100
parents a46dfb3935cf
children 9ac41c3148ce
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -83,6 +83,11 @@ static char *(features[]) =
 #else
 	"-autocmd",
 #endif
+#ifdef FEAT_AUTOSERVERNAME
+	"+autoservername",
+#else
+	"-autoservername",
+#endif
 #ifdef FEAT_BEVAL
 	"+balloon_eval",
 #else
@@ -762,6 +767,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1295,
+/**/
     1294,
 /**/
     1293,