0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -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

@@ -1166,7 +1166,8 @@ struct file_buffer
char_u *b_fname; /* current file name */
#ifdef UNIX
dev_t b_dev; /* device number (-1 if not set) */
int b_dev_valid; /* TRUE when b_dev has a valid number */
dev_t b_dev; /* device number */
ino_t b_ino; /* inode number */
#endif
#ifdef FEAT_CW_EDITOR