mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
test: refactor Paths
This commit is contained in:
@@ -19,6 +19,7 @@ end
|
||||
--- @class test.helpers
|
||||
local module = {
|
||||
REMOVE_THIS = {},
|
||||
paths = Paths,
|
||||
}
|
||||
|
||||
--- @param p string
|
||||
@@ -952,6 +953,4 @@ function module.mkdir(path)
|
||||
return uv.fs_mkdir(path, 493)
|
||||
end
|
||||
|
||||
module = vim.tbl_extend('error', module, Paths)
|
||||
|
||||
return module
|
||||
|
||||
Reference in New Issue
Block a user