mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
os_unix: switch to libuv chdir() function
This commit is contained in:
parent
b58f079d8a
commit
68d8ab54a1
@ -229,7 +229,7 @@ int mch_chdir(char *path)
|
||||
smsg((char_u *)"chdir(%s)", path);
|
||||
verbose_leave();
|
||||
}
|
||||
return chdir(path);
|
||||
return uv_chdir(path);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user