aboutsummaryrefslogtreecommitdiff
path: root/modules/lua/commands.lua
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lua/commands.lua')
-rw-r--r--modules/lua/commands.lua9
1 files changed, 0 insertions, 9 deletions
diff --git a/modules/lua/commands.lua b/modules/lua/commands.lua
index 56fb7d81..ee6cbbe5 100644
--- a/modules/lua/commands.lua
+++ b/modules/lua/commands.lua
@@ -77,14 +77,5 @@ if type(keys) == 'table' then
g = { goto_required },
},
['s\n'] = { try_to_autocomplete_end },
- ['('] = {
- function()
- buffer.word_chars =
- '_.:abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ'
- m_editing.show_call_tip(_m.lua.api, true)
- buffer:set_chars_default()
- return false
- end
- },
}
end