diff options
author | Rui Abreu Ferreira <raf-ep@gmx.com> | 2015-10-20 00:13:37 +0100 |
---|---|---|
committer | Rui Abreu Ferreira <raf-ep@gmx.com> | 2015-11-25 23:16:37 +0000 |
commit | 5bc6e0dc74828064acef3bdafbf9986435edd0df (patch) | |
tree | 488206d29febe2a74c7ed54a8183777c6580d9e3 /src/nvim/os_unix.c | |
parent | 28e59cb2235c9cf37571e339bd09df3e8acacaf6 (diff) | |
download | rneovim-5bc6e0dc74828064acef3bdafbf9986435edd0df.tar.gz rneovim-5bc6e0dc74828064acef3bdafbf9986435edd0df.tar.bz2 rneovim-5bc6e0dc74828064acef3bdafbf9986435edd0df.zip |
Update shada.c to use libuv error constants instead of errno constants
From #3473, shada.c used errno constants (e.g. ENOENT) to check the return
of os_open(), but in Windows the return from libuv functions is not -errno.
Instead use libuv error constants (e.g UV_ENOENT) for error checks.
Diffstat (limited to 'src/nvim/os_unix.c')
0 files changed, 0 insertions, 0 deletions