From ff3ac48a638283f97f119a79e2a42f473d7c66df Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 28 May 2014 22:43:59 -0400 Subject: Moved 'lua_command' mode into command entry module and removed some API funcs. --- modules/textadept/keys.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'modules/textadept/keys.lua') 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}, } -- cgit v1.2.3