aboutsummaryrefslogtreecommitdiff
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c
index 2ea8a29084..699114978b 100644
--- a/src/window.c
+++ b/src/window.c
@@ -3536,7 +3536,7 @@ static void win_enter_ext(win_T *wp, int undo_sync, int curwin_invalid, int trig
setmouse(); /* in case jumped to/from help buffer */
/* Change directories when the 'acd' option is set. */
- DO_AUTOCHDIR
+ do_autochdir();
}