diff options
author | 2014-05-28 22:43:59 -0400 | |
---|---|---|
committer | 2014-05-28 22:43:59 -0400 | |
commit | ff3ac48a638283f97f119a79e2a42f473d7c66df (patch) | |
tree | 65b3686b97812c2e7e9c6e9110ebb3d986409923 /modules/textadept/keys.lua | |
parent | 4c4377908efc3e634f01b4dbd3d22bd03aff2454 (diff) | |
download | textadept-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.lua | 4 |
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}, } |