diff options
author | 2018-01-17 12:33:34 -0500 | |
---|---|---|
committer | 2018-01-17 12:33:34 -0500 | |
commit | c6fec493c93394c7b5b96baba2f27b1f6e86414a (patch) | |
tree | e23e27741fd0b640c4816d69d1f921deaadceaff /init.lua | |
parent | 21cec1cf4a5f694f5c910608589adc2c5b419836 (diff) | |
download | textadept-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.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |