0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.2-170

This commit is contained in:
Bram Moolenaar
2009-05-13 18:48:16 +00:00
parent 5fd0ca70d3
commit f1726cc8d6
4 changed files with 13 additions and 7 deletions

View File

@@ -4416,7 +4416,7 @@ restore_backup:
# endif
buf_setino(buf);
}
else if (buf->b_dev < 0)
else if (!buf->b_dev_valid)
/* Set the inode when creating a new file. */
buf_setino(buf);
#endif