From ef5b94c6ee451bca8509e2d2dfc489e7fe4dec73 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 12 Apr 2013 20:42:45 -0400 Subject: Updated to Scintilla 3.3.1. --- modules/textadept/editing.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/textadept/editing.lua') diff --git a/modules/textadept/editing.lua b/modules/textadept/editing.lua index a782d012..2847d455 100644 --- a/modules/textadept/editing.lua +++ b/modules/textadept/editing.lua @@ -278,6 +278,7 @@ function M.autocomplete_word(word_chars, default_words) end if #c_list > 0 then if not buffer.auto_c_choose_single or #c_list ~= 1 then + buffer.auto_c_order = 0 -- pre-sorted buffer:auto_c_show(#root, table.concat(c_list, ' ')) else -- Scintilla does not emit AUTO_C_SELECTION in this case. This is -- cgit v1.2.3