diff options
author | 2008-07-21 18:31:30 -0400 | |
---|---|---|
committer | 2008-07-21 18:31:30 -0400 | |
commit | 363a3420d1eef11e753860d431912e2f8e4bea1a (patch) | |
tree | 271a5c434ab3478688014e90a42ed76bb266ae55 /modules/cpp | |
parent | dc834b3f99281c19c495a97d0da7818c57e186ea (diff) | |
download | textadept-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.lua | 1 |
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 |