aboutsummaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2018-01-17 12:33:34 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2018-01-17 12:33:34 -0500
commitc6fec493c93394c7b5b96baba2f27b1f6e86414a (patch)
treee23e27741fd0b640c4816d69d1f921deaadceaff /init.lua
parent21cec1cf4a5f694f5c910608589adc2c5b419836 (diff)
downloadtextadept-c6fec493c93394c7b5b96baba2f27b1f6e86414a.tar.gz
textadept-c6fec493c93394c7b5b96baba2f27b1f6e86414a.zip
Updated `init.lua` to include new `fold.compact` property setting.
Requires Scintillua r474 (changeset e0da6f7984c6).
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
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