diff options
author | 2009-04-02 17:47:53 -0400 | |
---|---|---|
committer | 2009-04-02 17:47:53 -0400 | |
commit | e6cac1c716ce3cadab1a7ed45ec2dbb963270acb (patch) | |
tree | 8f44171dc33f0a7936c4eec98b7585ef5270f2a7 /core/ext/key_commands.lua | |
parent | 480acebc578b95d553ffb5061f773a03a3a1a731 (diff) | |
download | textadept-e6cac1c716ce3cadab1a7ed45ec2dbb963270acb.tar.gz textadept-e6cac1c716ce3cadab1a7ed45ec2dbb963270acb.zip |
Removed macro support; just use Lua for scripting.
Diffstat (limited to 'core/ext/key_commands.lua')
-rw-r--r-- | core/ext/key_commands.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua index 4a40ea5a..9f449679 100644 --- a/core/ext/key_commands.lua +++ b/core/ext/key_commands.lua @@ -173,7 +173,6 @@ if not MAC then c = { pm_activate, 'ctags' }, b = { pm_activate, 'buffers' }, f = { pm_activate, '/' }, - -- TODO: { pm_activate, 'macros' } m = { pm_activate, 'modules' }, } @@ -361,7 +360,6 @@ else c = { pm_activate, 'ctags' }, b = { pm_activate, 'buffers' }, f = { pm_activate, '/' }, - -- TODO: { pm_activate, 'macros' } m = { pm_activate, 'modules' }, } |