From 363a3420d1eef11e753860d431912e2f8e4bea1a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 21 Jul 2008 18:31:30 -0400 Subject: Moved block comment key commands from language modules to _m.textadept.editing. --- modules/lua/commands.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/lua/commands.lua') 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 = -- cgit v1.2.3