aboutsummaryrefslogtreecommitdiff
path: root/modules/lua/commands.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2008-07-21 18:31:30 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2008-07-21 18:31:30 -0400
commit363a3420d1eef11e753860d431912e2f8e4bea1a (patch)
tree271a5c434ab3478688014e90a42ed76bb266ae55 /modules/lua/commands.lua
parentdc834b3f99281c19c495a97d0da7818c57e186ea (diff)
downloadtextadept-363a3420d1eef11e753860d431912e2f8e4bea1a.tar.gz
textadept-363a3420d1eef11e753860d431912e2f8e4bea1a.zip
Moved block comment key commands from language modules to _m.textadept.editing.
Diffstat (limited to 'modules/lua/commands.lua')
-rw-r--r--modules/lua/commands.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/lua/commands.lua b/modules/lua/commands.lua
index 96bac9ab..1b4ff90e 100644
--- a/modules/lua/commands.lua
+++ b/modules/lua/commands.lua
@@ -79,7 +79,6 @@ if type(keys) == 'table' then
g = { goto_required }
},
['s\n'] = { try_to_autocomplete_end },
- cq = { m_editing.block_comment, '--~' },
cg = { run },
['('] = { function()
buffer.word_chars =