mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 11:25:33 +00:00
test: remove test.deprecated
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
-- Island of Misfit Toys
|
|
||||||
|
|
||||||
local M = {}
|
|
||||||
|
|
||||||
function M.redir_exec()
|
|
||||||
error('redir_exec is deprecated, use nvim_exec2() or pcall_err()')
|
|
||||||
end
|
|
||||||
|
|
||||||
return M
|
|
||||||
@@ -952,6 +952,6 @@ function module.mkdir(path)
|
|||||||
return uv.fs_mkdir(path, 493)
|
return uv.fs_mkdir(path, 493)
|
||||||
end
|
end
|
||||||
|
|
||||||
module = vim.tbl_extend('error', module, Paths, require('test.deprecated'))
|
module = vim.tbl_extend('error', module, Paths)
|
||||||
|
|
||||||
return module
|
return module
|
||||||
|
|||||||
Reference in New Issue
Block a user