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