From ddcc45f0615ab6ba776635a15e2183f8d50401a7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 10 Feb 2009 10:24:56 -0500 Subject: Moved the textadept.locale table into the globals table. --- core/ext/key_commands_std.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'core/ext/key_commands_std.lua') diff --git a/core/ext/key_commands_std.lua b/core/ext/key_commands_std.lua index b6db26b6..04903a57 100644 --- a/core/ext/key_commands_std.lua +++ b/core/ext/key_commands_std.lua @@ -1,6 +1,7 @@ -- Copyright 2007-2009 Mitchell mitchellcaladbolg.net. See LICENSE. local textadept = _G.textadept +local locale = _G.locale --- -- Defines the key commands used by the Textadept key command manager. -- cgit v1.2.3