Update TA module

This commit is contained in:
Hackerpilot 2014-06-23 16:34:08 -07:00
parent 0ff231bc39
commit f36520ad82
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ local function autocomplete()
dcd.registerImages()
dcd.autocomplete()
if not buffer:auto_c_active() then
textadept.editing.autocomplete_word(keywords)
textadept.editing.autocomplete("word")
end
end