aboutsummaryrefslogtreecommitdiff
path: root/src/os_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/os_unix.c')
-rw-r--r--src/os_unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os_unix.c b/src/os_unix.c
index 5ced167868..d00b5a82e0 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -229,7 +229,7 @@ int mch_chdir(char *path)
smsg((char_u *)"chdir(%s)", path);
verbose_leave();
}
- return chdir(path);
+ return uv_chdir(path);
}
/*