mirror of
https://github.com/neovim/neovim.git
synced 2026-07-22 00:51:33 +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);
|
||||
verbose_leave();
|
||||
}
|
||||
return chdir(path);
|
||||
return uv_chdir(path);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user