aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/ext/pm/modules_browser.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2009-02-12 18:20:30 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2009-02-12 18:20:30 -0500
commite264aaa58985876b2adc984a182c9e9d03416cd9 (patch)
tree8fae31e4993a888f15947291f36db2a6a9146d0c /core/ext/pm/modules_browser.lua
parent190e072a87b2aab0660a6233a1268a63197d40a5 (diff)
Replaced my key_commands.lua with consolidated key_commands_{std,mac}.lua.
Diffstat (limited to 'core/ext/pm/modules_browser.lua')
-rw-r--r--core/ext/pm/modules_browser.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/ext/pm/modules_browser.lua b/core/ext/pm/modules_browser.lua
index 921dc455..2fbef945 100644
--- a/core/ext/pm/modules_browser.lua
+++ b/core/ext/pm/modules_browser.lua
@@ -187,10 +187,6 @@ function perform_menu_action(menu_id, selected_item)
elseif menu_id == ID.CONF_KEY_COMMANDS then
if textadept.key_commands then
textadept.io.open(_HOME..'/core/ext/key_commands.lua')
- elseif textadept.key_commands_std then
- textadept.io.open(_HOME..'/core/ext/key_commands_std.lua')
- elseif textadept.key_commands_mac then
- textadept.io.open(_HOME..'/core/ext/key_commands_mac.lua')
end
elseif menu_id == ID.RELOAD then
textadept.reset()