commit | 498efdb7f652d45d6dda68da3e8b12a541ff4494 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 05 14:31:54 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 05 14:31:54 2006 +0000 |
tree | b95e01c4476886bacd9ed75b7a8f8dd817c1a1ce | |
parent | 53ed192b3c4a014c6bfe19a99623f5a2761a38d3 [diff] [blame] |
updated for version 7.0-087
diff --git a/src/macros.h b/src/macros.h index c4c9a14..a8bc2b8 100644 --- a/src/macros.h +++ b/src/macros.h
@@ -276,3 +276,9 @@ # define MB_CHARLEN(p) STRLEN(p) # define PTR2CHAR(p) ((int)*(p)) #endif + +#ifdef FEAT_AUTOCHDIR +# define DO_AUTOCHDIR if (p_acd) do_autochdir(); +#else +# define DO_AUTOCHDIR +#endif