Skip to content

Commit

Permalink
simpler temp dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tris203 committed Jan 6, 2024
1 parent f9bf525 commit f8ced06
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/minimal_init.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
local M = {}

local function tempdir(plugin)
if jit.os == "Windows" then
return "D:\\tmp\\" .. plugin
end
return vim.loop.os_tmpdir() .. "/" .. plugin
end

Expand Down

0 comments on commit f8ced06

Please sign in to comment.