mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
test: remove test.deprecated
This commit is contained in:
parent
b536e0ba37
commit
b990a1f286
@ -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)
|
||||
end
|
||||
|
||||
module = vim.tbl_extend('error', module, Paths, require('test.deprecated'))
|
||||
module = vim.tbl_extend('error', module, Paths)
|
||||
|
||||
return module
|
||||
|
Loading…
Reference in New Issue
Block a user