Extract tempfile module from fileio

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.
This commit is contained in:
Pavel Platto
2014-06-22 13:03:08 +03:00
committed by Nicolas Hillegeer
parent 8cfa7b3d15
commit 286ce271e7
14 changed files with 144 additions and 110 deletions

View File

@@ -30,6 +30,7 @@
#include "nvim/path.h"
#include "nvim/screen.h"
#include "nvim/strings.h"
#include "nvim/tempfile.h"
#include "nvim/undo.h"
#include "nvim/window.h"
#include "nvim/os/os.h"