From 42f0f1427871c3533a797296d36ba481ee98975b Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 30 Mar 2010 20:34:32 -0400 Subject: Removed support for api files. --- modules/lua/commands.lua | 9 --------- 1 file changed, 9 deletions(-) (limited to 'modules/lua/commands.lua') 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 -- cgit v1.2.3