mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +00:00

`FileID` should encapsulate `st_dev` and `st_ino`. It is a new abstraction used to check if two files are the same. `FileID`s will be embeded inside other struts like `buf_t` or `ff_visited_T`, where a full `FileInfo` would be to big.