Merge tempfile.c back into fileio.c

This commit is contained in:
Jurica Bradaric
2016-02-29 20:23:13 +01:00
parent 425fcdb5b4
commit 2dfc8de1cf
16 changed files with 144 additions and 181 deletions

View File

@@ -2,7 +2,7 @@ local lfs = require 'lfs'
local helpers = require 'test.unit.helpers'
local os = helpers.cimport './src/nvim/os/os.h'
local tempfile = helpers.cimport './src/nvim/tempfile.h'
local tempfile = helpers.cimport './src/nvim/fileio.h'
describe('tempfile related functions', function()
after_each(function()