Update TA module
This commit is contained in:
parent
0ff231bc39
commit
f36520ad82
|
|
@ -20,7 +20,7 @@ local function autocomplete()
|
||||||
dcd.registerImages()
|
dcd.registerImages()
|
||||||
dcd.autocomplete()
|
dcd.autocomplete()
|
||||||
if not buffer:auto_c_active() then
|
if not buffer:auto_c_active() then
|
||||||
textadept.editing.autocomplete_word(keywords)
|
textadept.editing.autocomplete("word")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue