From c6fec493c93394c7b5b96baba2f27b1f6e86414a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 17 Jan 2018 12:33:34 -0500 Subject: Updated `init.lua` to include new `fold.compact` property setting. Requires Scintillua r474 (changeset e0da6f7984c6). --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 74c97acd..c2ff3329 100644 --- a/init.lua +++ b/init.lua @@ -233,6 +233,7 @@ buffer.property['fold'] = '1' --buffer.property['fold.by.indentation'] = '1' --buffer.property['fold.line.comments'] = '1' --buffer.property['fold.on.zero.sum.lines'] = '1' +--buffer.property['fold.compact'] = '1' buffer.automatic_fold = buffer.AUTOMATICFOLD_SHOW + buffer.AUTOMATICFOLD_CLICK + buffer.AUTOMATICFOLD_CHANGE buffer.fold_flags = not CURSES and buffer.FOLDFLAG_LINEAFTER_CONTRACTED or 0 -- cgit v1.2.3