aboutsummaryrefslogtreecommitdiff
path: root/modules/textadept/keys.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-05-28 22:43:59 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2014-05-28 22:43:59 -0400
commitff3ac48a638283f97f119a79e2a42f473d7c66df (patch)
tree65b3686b97812c2e7e9c6e9110ebb3d986409923 /modules/textadept/keys.lua
parent4c4377908efc3e634f01b4dbd3d22bd03aff2454 (diff)
downloadtextadept-ff3ac48a638283f97f119a79e2a42f473d7c66df.tar.gz
textadept-ff3ac48a638283f97f119a79e2a42f473d7c66df.zip
Moved 'lua_command' mode into command entry module and removed some API funcs.
Diffstat (limited to 'modules/textadept/keys.lua')
-rw-r--r--modules/textadept/keys.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/textadept/keys.lua b/modules/textadept/keys.lua
index 8e90e644..deb60fd4 100644
--- a/modules/textadept/keys.lua
+++ b/modules/textadept/keys.lua
@@ -607,10 +607,6 @@ elseif CURSES then
end
-- Modes.
-keys.lua_command = {
- ['\t'] = ui.command_entry.complete_lua,
- ['\n'] = {ui.command_entry.finish_mode, ui.command_entry.execute_lua}
-}
keys.filter_through = {
['\n'] = {ui.command_entry.finish_mode, editing.filter_through},
}