mirror of
https://github.com/neovim/neovim.git
synced 2025-09-14 23:38:17 +00:00
os_unix: switch to libuv chdir() function
This commit is contained in:

committed by
Thiago de Arruda

parent
b58f079d8a
commit
68d8ab54a1
@@ -229,7 +229,7 @@ int mch_chdir(char *path)
|
|||||||
smsg((char_u *)"chdir(%s)", path);
|
smsg((char_u *)"chdir(%s)", path);
|
||||||
verbose_leave();
|
verbose_leave();
|
||||||
}
|
}
|
||||||
return chdir(path);
|
return uv_chdir(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user