diff options
author | 2010-03-30 20:34:32 -0400 | |
---|---|---|
committer | 2010-03-30 20:34:32 -0400 | |
commit | 42f0f1427871c3533a797296d36ba481ee98975b (patch) | |
tree | 7e2d0716112ede1e2044f8d25033c376067bd79e /modules/lua/commands.lua | |
parent | 07e233209961e5e557e50b379133161cde000c02 (diff) | |
download | textadept-42f0f1427871c3533a797296d36ba481ee98975b.tar.gz textadept-42f0f1427871c3533a797296d36ba481ee98975b.zip |
Removed support for api files.
Diffstat (limited to 'modules/lua/commands.lua')
-rw-r--r-- | modules/lua/commands.lua | 9 |
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 |