aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/shared.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-05-19 21:26:18 +0200
committerJustin M. Keyes <justinkz@gmail.com>2019-05-19 21:26:33 +0200
commit5c13f368c650f7a66e562d573d91266d2d8e3264 (patch)
tree62c83495babe332f8b663199d878d1ad0e03a418 /runtime/lua/vim/shared.lua
parent8e941c59ec239724c00f240deaa5a86ee0e0e1ba (diff)
downloadrneovim-5c13f368c650f7a66e562d573d91266d2d8e3264.tar.gz
rneovim-5c13f368c650f7a66e562d573d91266d2d8e3264.tar.bz2
rneovim-5c13f368c650f7a66e562d573d91266d2d8e3264.zip
lint
Diffstat (limited to 'runtime/lua/vim/shared.lua')
-rw-r--r--runtime/lua/vim/shared.lua2
1 files changed, 1 insertions, 1 deletions
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