summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h
index 7d2f668eac..fdd7a295fd 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -1246,3 +1246,12 @@
# define FEAT_FOOTER
#endif
+
+/*
+ * +autochdir 'autochdir' option.
+ */
+#if defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG) \
+ || defined(FEAT_BIG)
+# define FEAT_AUTOCHDIR
+#endif
+