summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-11-12 19:21:51 +0100
committerBram Moolenaar <Bram@vim.org>2017-11-12 19:21:51 +0100
commite42a6d250907e278707753d7d1ba91ffc2471db0 (patch)
tree41b5779ede7d485fbe51fa4feb03cfebf089d516 /src/feature.h
parent2f27aab8e68c48a1b8a51715e1009d572f8e13b5 (diff)
patch 8.0.1295: cannot automatically get a server name in a terminalv8.0.1295
Problem: Cannot automatically get a server name in a terminal. Solution: Add the --enable-autoservername flag to configure. (Cimbali, closes #2317)
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h
index e90d7557b1..d100d6b31b 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -1168,6 +1168,14 @@
#endif
/*
+ * +autoservername Automatically generate a servername for clientserver
+ * when --servername is not passed on the command line.
+ */
+#if defined(FEAT_CLIENTSERVER) && !defined(FEAT_AUTOSERVERNAME)
+/* # define FEAT_AUTOSERVERNAME */
+#endif
+
+/*
* +termresponse send t_RV to obtain terminal response. Used for xterm
* to check if mouse dragging can be used and if term
* codes can be obtained.