diff options
author | 2007-08-09 14:26:34 -0400 | |
---|---|---|
committer | 2007-08-09 14:26:34 -0400 | |
commit | 5da76d004a633de15830ca3ca1e694a91110cc73 (patch) | |
tree | 6a36d0f4b886ab4870807aa11b33801f34a19ec9 /modules/textadept/snippets.lua | |
parent | 91407194760539859d5f3a88d142c4f893c111d3 (diff) | |
download | textadept-5da76d004a633de15830ca3ca1e694a91110cc73.tar.gz textadept-5da76d004a633de15830ca3ca1e694a91110cc73.zip |
Renamed modules global to _m.
Diffstat (limited to 'modules/textadept/snippets.lua')
-rw-r--r-- | modules/textadept/snippets.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/textadept/snippets.lua b/modules/textadept/snippets.lua index 5b7e3c09..3579df0a 100644 --- a/modules/textadept/snippets.lua +++ b/modules/textadept/snippets.lua @@ -14,7 +14,7 @@ -- RUBY_CMD: The command that executes the Ruby interpreter. -- MARK_SNIPPET_COLOR: The Scintilla color used for the line that marks the -- end of the snippet. -module('modules.textadept.snippets', package.seeall) +module('_m.textadept.snippets', package.seeall) -- options local MARK_SNIPPET = 4 |