mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
updated for version 7.0176
This commit is contained in:
@@ -4201,6 +4201,9 @@ restore_backup:
|
||||
# endif
|
||||
buf_setino(buf);
|
||||
}
|
||||
else if (buf->b_dev < 0)
|
||||
/* Set the inode when creating a new file. */
|
||||
buf_setino(buf);
|
||||
#endif
|
||||
|
||||
if (close(fd) != 0)
|
||||
|
Reference in New Issue
Block a user