aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tempfile.h
Commit message (Collapse)AuthorAge
* Merge tempfile.c back into fileio.cJurica Bradaric2016-04-20
|
* Extract `tempfile` module from fileioPavel Platto2014-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.