aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/ext/pm/modules_browser.lua
diff options
context:
space:
mode:
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()