mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
os_unix: Port mch_FullName and mch_isFullName to libuv.
Basically just delete conditional use of fchdir, since the other called mch_* functions are already ported to libuv.
This commit is contained in:

committed by
Thiago de Arruda

parent
60280ffa10
commit
8437a4c972
@@ -12,6 +12,7 @@
|
||||
*/
|
||||
|
||||
#include "vim.h"
|
||||
#include "os/os.h"
|
||||
|
||||
/*
|
||||
* Variables shared between getcmdline(), redrawcmdline() and others.
|
||||
|
Reference in New Issue
Block a user