From 0e201469a0913267011ce59ff12eb46c3be56a2f Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 24 May 2014 10:44:04 -0400 Subject: Updated past Scintilla 3.4.2 for `buffer.auto_c_multi` feature. Removed workaround for autocompleting in multiple selections. Requires Scintilla changeset 5114:bd09a915437d. --- properties.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'properties.lua') diff --git a/properties.lua b/properties.lua index 8d4ca617..72ac855d 100644 --- a/properties.lua +++ b/properties.lua @@ -137,6 +137,7 @@ buffer.auto_c_choose_single = true --buffer.auto_c_ignore_case = true --buffer.auto_c_case_insensitive_behaviour = -- buffer.CASEINSENSITIVEBEHAVIOUR_IGNORECASE +buffer.auto_c_multi = buffer.MULTIAUTOC_EACH --buffer.auto_c_auto_hide = false --buffer.auto_c_drop_rest_of_word = true --buffer.auto_c_max_height = -- cgit v1.2.3