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:
Thomas Wienecke
2014-02-25 20:50:23 +01:00
committed by Thiago de Arruda
parent 60280ffa10
commit 8437a4c972
7 changed files with 93 additions and 123 deletions

View File

@@ -12,6 +12,7 @@
*/
#include "vim.h"
#include "os/os.h"
/*
* Variables shared between getcmdline(), redrawcmdline() and others.