diff options
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 |