diff options
author | 2009-02-10 10:24:56 -0500 | |
---|---|---|
committer | 2009-02-10 10:24:56 -0500 | |
commit | ddcc45f0615ab6ba776635a15e2183f8d50401a7 (patch) | |
tree | 958e817be2c18db9005db29ddcbdeeb72350d77e /modules/textadept/mlines.lua | |
parent | 59c9eb6528d1759bc2734150cb3d99ec2e3eab5b (diff) | |
download | textadept-ddcc45f0615ab6ba776635a15e2183f8d50401a7.tar.gz textadept-ddcc45f0615ab6ba776635a15e2183f8d50401a7.zip |
Moved the textadept.locale table into the globals table.
Diffstat (limited to 'modules/textadept/mlines.lua')
-rw-r--r-- | modules/textadept/mlines.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/textadept/mlines.lua b/modules/textadept/mlines.lua index ce1997ce..2cd1cb93 100644 --- a/modules/textadept/mlines.lua +++ b/modules/textadept/mlines.lua @@ -1,5 +1,8 @@ -- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. +local textadept = _G.textadept +local locale = _G.locale + --- -- Multiple line editing for the textadept module. -- There are several option variables used: |