From 5c13f368c650f7a66e562d573d91266d2d8e3264 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Sun, 19 May 2019 21:26:18 +0200 Subject: lint --- runtime/lua/vim/shared.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/lua/vim') diff --git a/runtime/lua/vim/shared.lua b/runtime/lua/vim/shared.lua index 07f9f52e5c..07145c6e3f 100644 --- a/runtime/lua/vim/shared.lua +++ b/runtime/lua/vim/shared.lua @@ -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 -- cgit