From 4b4fa715be9748929eeebbfc6fe35bd94ba76a31 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 7 Jul 2009 18:12:53 -0400 Subject: Compile and run commands can be user-redefinable through accessible tables. --- core/ext/key_commands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/ext/key_commands.lua') diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua index 9f449679..265b5080 100644 --- a/core/ext/key_commands.lua +++ b/core/ext/key_commands.lua @@ -292,7 +292,7 @@ else keys['f2'] = { t.command_entry.focus } -- Run local m_run = _m.textadept.run - keys.cr = { m_run.go } + keys.cr = { m_run.run } keys.csr = { m_run.compile } -- Snippets local m_snippets = _m.textadept.lsnippets -- cgit v1.2.3