From a61c388d38cf507fd0e5e8de5baae97ed45f4d59 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 19 Oct 2016 17:01:10 -0400 Subject: Updated to Scintilla 3.7.0. --- properties.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'properties.lua') diff --git a/properties.lua b/properties.lua index c33e70fc..9f27883b 100644 --- a/properties.lua +++ b/properties.lua @@ -59,7 +59,7 @@ buffer.margin_width_n[1] = not CURSES and 4 or 1 buffer.margin_width_n[2] = not CURSES and 12 or 1 buffer.margin_mask_n[2] = buffer.MASK_FOLDERS -- Other Margins. -for i = 1, 4 do +for i = 1, buffer.margins - 1 do buffer.margin_type_n[i] = buffer.MARGIN_SYMBOL buffer.margin_sensitive_n[i] = true buffer.margin_cursor_n[i] = buffer.CURSORARROW -- cgit v1.2.3