From e6cac1c716ce3cadab1a7ed45ec2dbb963270acb Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 2 Apr 2009 17:47:53 -0400 Subject: Removed macro support; just use Lua for scripting. --- core/ext/key_commands.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/ext/key_commands.lua') 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' }, } -- cgit v1.2.3