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/cpp/commands.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/cpp') diff --git a/modules/cpp/commands.lua b/modules/cpp/commands.lua index 4b35fcac..db4197c5 100644 --- a/modules/cpp/commands.lua +++ b/modules/cpp/commands.lua @@ -15,7 +15,6 @@ if type(keys) == 'table' then buffer:add_text(';') buffer:new_line() end }, - cq = { m_editing.block_comment, '//~' }, ['('] = { function() m_editing.show_call_tip(_m.cpp.api, true) return false -- cgit v1.2.3