aboutsummaryrefslogtreecommitdiff
path: root/core/ext/key_commands.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-04-02 17:47:53 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2009-04-02 17:47:53 -0400
commite6cac1c716ce3cadab1a7ed45ec2dbb963270acb (patch)
tree8f44171dc33f0a7936c4eec98b7585ef5270f2a7 /core/ext/key_commands.lua
parent480acebc578b95d553ffb5061f773a03a3a1a731 (diff)
downloadtextadept-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.lua2
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' },
}