aboutsummaryrefslogtreecommitdiff
path: root/modules/cpp
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/cpp
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/cpp')
-rw-r--r--modules/cpp/commands.lua1
1 files changed, 0 insertions, 1 deletions
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