neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit b990a1f286fa6c5add1001e4a31fd8e699b40e99
parent b536e0ba37addaea5507b054120e4c1e122c4405
Author: Lewis Russell <lewis6991@gmail.com>
Date:   Mon, 15 Jan 2024 19:33:47 +0000

test: remove test.deprecated

Diffstat:
Dtest/deprecated.lua | 9---------
Mtest/helpers.lua | 2+-
2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/test/deprecated.lua b/test/deprecated.lua @@ -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 diff --git a/test/helpers.lua b/test/helpers.lua @@ -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