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

@@ -238,7 +238,7 @@ local function standalone(...) -- luacheck: ignore
end
-- uncomment this line (and comment the `return`) for standalone debugging
-- example usage:
-- ../../.deps/usr/bin/luajit formatc.lua ../../include/tempfile.h.generated.h
-- ../../.deps/usr/bin/luajit formatc.lua ../../include/fileio.h.generated.h
-- ../../.deps/usr/bin/luajit formatc.lua /usr/include/malloc.h
-- standalone(...)
return formatc

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()