From f36520ad82d8937d4239278bcc54fa63e5984514 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Mon, 23 Jun 2014 16:34:08 -0700 Subject: [PATCH] Update TA module --- editors/textadept/modules/dmd/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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