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