aboutsummaryrefslogtreecommitdiff
path: root/test/deprecated.lua
blob: e30dfcf3abe4edd660547cc39e4acea31c39756d (plain) (blame)
1
2
3
4
5
6
7
8
9
-- Island of Misfit Toys

local M = {}

function M.redir_exec()
  error('redir_exec is deprecated, use nvim_exec2() or pcall_err()')
end

return M