mirror of
https://github.com/neovim/neovim.git
synced 2025-10-15 22:36:09 +00:00
buf_write(): wrong argument to os_fileinfo_hardlinks
This was broken in ye olde refactor from 2014:
e85fe0957d
References #4370
This commit is contained in:
@@ -131,6 +131,7 @@ bool os_isdir(const char_u *name)
|
||||
/// NODE_WRITABLE: writable device, socket, fifo, etc.
|
||||
/// NODE_OTHER: non-writable things
|
||||
int os_nodetype(const char *name)
|
||||
FUNC_ATTR_NONNULL_ALL
|
||||
{
|
||||
#ifdef WIN32
|
||||
// Edge case from Vim os_win32.c:
|
||||
|
Reference in New Issue
Block a user