aboutsummaryrefslogtreecommitdiff
path: root/core/ext/key_commands.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-07-07 18:12:53 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2009-07-07 18:12:53 -0400
commit4b4fa715be9748929eeebbfc6fe35bd94ba76a31 (patch)
treecbee48f5ac2bcd7760fa1509f2a1a30a6ad5dfae /core/ext/key_commands.lua
parent4be899557a0700c7d4de6ff45632d943fb6cedd2 (diff)
downloadtextadept-4b4fa715be9748929eeebbfc6fe35bd94ba76a31.tar.gz
textadept-4b4fa715be9748929eeebbfc6fe35bd94ba76a31.zip
Compile and run commands can be user-redefinable through accessible tables.
Diffstat (limited to 'core/ext/key_commands.lua')
-rw-r--r--core/ext/key_commands.lua2
1 files changed, 1 insertions, 1 deletions
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