From 8b54d7a75f0ed4e48d9d5771b7af6fc726bb54b5 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sun, 14 Mar 2010 11:16:27 -0400 Subject: Fixed bug in core/ext/key_commands.lua. --- core/ext/key_commands.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua index 98d32490..b8dbb816 100644 --- a/core/ext/key_commands.lua +++ b/core/ext/key_commands.lua @@ -203,7 +203,7 @@ if not MAC then keys['f2'] = { t.command_entry.focus } -- Run local m_run = _m.textadept.run - keys.cr = { m_run.go } + keys.cr = { m_run.run } keys.cR = { m_run.compile } -- Snippets local m_snippets = _m.textadept.lsnippets -- cgit v1.2.3