diff --git a/editors/textadept/modules/dmd/init.lua b/editors/textadept/modules/dmd/init.lua index 9595bc0..1ea3ea7 100644 --- a/editors/textadept/modules/dmd/init.lua +++ b/editors/textadept/modules/dmd/init.lua @@ -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