mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
lint
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
--@param orig Table to copy
|
||||
--@returns New table of copied keys and (nested) values.
|
||||
local function deepcopy(orig)
|
||||
error()
|
||||
error(orig)
|
||||
end
|
||||
local function _id(v)
|
||||
return v
|
||||
|
Reference in New Issue
Block a user