summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h
index 5f6f800c22..4df73d1cb4 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -1148,6 +1148,12 @@
#endif
/*
+ * +autoshelldir 'autoshelldir' option.
+ */
+#if defined(FEAT_TERMINAL)
+# define FEAT_AUTOSHELLDIR
+#endif
+/*
* +textprop and +popupwin Text PROPerties and POPUP windows
*/
#if defined(FEAT_EVAL) && defined(FEAT_SYN_HL)