summaryrefslogtreecommitdiffstats
path: root/src/feature.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-06 20:18:50 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-06 20:18:50 +0000
commit8dff818edfb61658b94128111234c3c074c1cadc (patch)
treeed09901efe925ec1b065c8dbd4cd94165b01cf6f /src/feature.h
parent910f66f90c928da8b607ccfdc12fc33d9cb8d4a9 (diff)
updated for version 7.0c11
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
+