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); } /*