mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 23:18:33 +00:00

Adds os_strerror() result to a number of places. Also since I could not track where err\* variables are NULL and where they are not, using macros to make sure that all three variables are set at once. Removes #ifdef UNIX around the use of os_fsync, makes it use os_close in place of close in some places.