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/adeptsense.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/textadept/adeptsense.lua') diff --git a/modules/textadept/adeptsense.lua b/modules/textadept/adeptsense.lua index b4fe061d..74998977 100644 --- a/modules/textadept/adeptsense.lua +++ b/modules/textadept/adeptsense.lua @@ -586,6 +586,7 @@ function M.complete(sense, only_fields, only_functions) buffer:register_image(1, M.FIELDS) buffer:register_image(2, M.FUNCTIONS) if not buffer.auto_c_choose_single or #completions ~= 1 then + buffer.auto_c_order = 0 -- pre-sorted buffer:auto_c_show(#part, table.concat(completions, ' ')) else -- Scintilla does not emit `AUTO_C_SELECTION` in this case. This is -- cgit v1.2.3