Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Extract `tempfile` module from fileio | Pavel Platto | 2014-07-14 |
Though this module is relatively small it has very clear boundaries. The last argument for extracting `tempfile` was the errors which I got when I was writing unittests for it: `cimport './src/nvim/fileio.h'` does not work for some reason. |