neovim/test
Stefan Hoffmann 4a22fb06b9 FileID: implement FileID struct
`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.
2014-06-27 13:59:28 +02:00
..
config Add automatic generation of headers 2014-06-02 11:04:17 -03:00
includes Revamp the build system. 2014-03-21 15:22:00 -04:00
unit FileID: implement FileID struct 2014-06-27 13:59:28 +02:00