diff options
Diffstat (limited to 'modules/cpp/commands.lua')
-rw-r--r-- | modules/cpp/commands.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/cpp/commands.lua b/modules/cpp/commands.lua index 1ec6e94a..07ce0cac 100644 --- a/modules/cpp/commands.lua +++ b/modules/cpp/commands.lua @@ -21,9 +21,5 @@ if type(keys) == 'table' then buffer:add_text(';') buffer:new_line() end }, - ['('] = { function() - m_editing.show_call_tip(_m.cpp.api, true) - return false - end }, } end |