mirror of
https://github.com/neovim/neovim.git
synced 2026-08-31 03:13:48 +00:00
Merge tempfile.c back into fileio.c
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user