aboutsummaryrefslogtreecommitdiffhomepage
path: root/properties.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-05-24 10:44:04 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2014-05-24 10:44:04 -0400
commit0e201469a0913267011ce59ff12eb46c3be56a2f (patch)
tree10c37bcefea92002606ff8e78dca57506e024859 /properties.lua
parent59cc2a760aab8a2eb279d79b75a2a7e020e10801 (diff)
Updated past Scintilla 3.4.2 for `buffer.auto_c_multi` feature.
Removed workaround for autocompleting in multiple selections. Requires Scintilla changeset 5114:bd09a915437d.
Diffstat (limited to 'properties.lua')
-rw-r--r--properties.lua1
1 files changed, 1 insertions, 0 deletions
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 =