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:
@@ -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
|
||||
|
Reference in New Issue
Block a user