Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stevedonovan/Penlight.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lua/pl/import_into.lua')
-rw-r--r--lua/pl/import_into.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/pl/import_into.lua b/lua/pl/import_into.lua
index 6dd2741..46aaa3e 100644
--- a/lua/pl/import_into.lua
+++ b/lua/pl/import_into.lua
@@ -50,7 +50,7 @@ return function(env)
if prevenvmt then
_prev_index = prevenvmt.__index
if prevenvmt.__newindex then
- gmt.__index = prevenvmt.__newindex
+ gmt.__newindex = prevenvmt.__newindex
end
end