0
0
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:
Bram Moolenaar
2005-12-23 22:13:51 +00:00
parent 5c2f050d91
commit 8fa0445c4f
4 changed files with 51 additions and 33 deletions

View File

@@ -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)