aboutsummaryrefslogtreecommitdiff
path: root/src/option.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/option.c')
-rw-r--r--src/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c
index fbc577293f..dc3191d0b1 100644
--- a/src/option.c
+++ b/src/option.c
@@ -5351,7 +5351,7 @@ set_bool_option (
p_wiv = (*T_XS != NUL);
} else if ((int *)varp == &p_acd) {
/* Change directories when the 'acd' option is set now. */
- DO_AUTOCHDIR
+ do_autochdir();
}
/* 'diff' */
else if ((int *)varp == &curwin->w_p_diff) {