diff options
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h index 7d2f668ea..fdd7a295f 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 + |