aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/diff.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-06-14 13:15:07 -0400
committerJustin M. Keyes <justinkz@gmail.com>2014-07-14 09:04:54 -0400
commit180c84ed378e694ebcd14198a7436e01462d2c4d (patch)
tree899919991e7586a279d4704e9904afc602544494 /src/nvim/diff.c
parentbf6b0e3c0aa34beca13eee898decdf0fcde8b502 (diff)
downloadrneovim-180c84ed378e694ebcd14198a7436e01462d2c4d.tar.gz
rneovim-180c84ed378e694ebcd14198a7436e01462d2c4d.tar.bz2
rneovim-180c84ed378e694ebcd14198a7436e01462d2c4d.zip
os_open: impl mch_open with libuv. ref #133
- use return value instead of open_req.result - libuv uv_fs_open() returns `-errno` instead of always -1 - libuv always sets open_req.result to the return value, _except_ for OOM where it only sets the return value. So always use the return value. - replace calls to mch_open macro. - update call sites expecting -1 error
Diffstat (limited to 'src/nvim/diff.c')
0 files changed, 0 insertions, 0 deletions