mirror of
https://github.com/neovim/neovim.git
synced 2025-12-03 07:23:05 +00:00
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:
committed by
Nicolas Hillegeer
parent
8cfa7b3d15
commit
286ce271e7
@@ -28,6 +28,7 @@
|
||||
#include "nvim/quickfix.h"
|
||||
#include "nvim/strings.h"
|
||||
#include "nvim/tag.h"
|
||||
#include "nvim/tempfile.h"
|
||||
#include "nvim/ui.h"
|
||||
#include "nvim/window.h"
|
||||
#include "nvim/os/os.h"
|
||||
|
||||
Reference in New Issue
Block a user