From 3a0af8b2f77401438e833923064ebe10df7230c7 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 28 May 2014 01:05:50 -0400 Subject: Utilize list separator characters instead of hard-coded characters. --- properties.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'properties.lua') diff --git a/properties.lua b/properties.lua index 72ac855d..0c4b486f 100644 --- a/properties.lua +++ b/properties.lua @@ -131,6 +131,7 @@ buffer.indic_style[INDIC_HIGHLIGHT] = buffer.INDIC_ROUNDBOX if not CURSES then buffer.indic_under[INDIC_HIGHLIGHT] = true end -- Autocompletion. +--buffer.auto_c_separator = --buffer.auto_c_cancel_at_start = false --buffer.auto_c_fill_ups = '(' buffer.auto_c_choose_single = true @@ -140,6 +141,7 @@ buffer.auto_c_choose_single = true buffer.auto_c_multi = buffer.MULTIAUTOC_EACH --buffer.auto_c_auto_hide = false --buffer.auto_c_drop_rest_of_word = true +--buffer.auto_c_type_separator = --buffer.auto_c_max_height = --buffer.auto_c_max_width = -- cgit v1.2.3