aboutsummaryrefslogtreecommitdiff
path: root/properties.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2014-12-24 15:49:03 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2014-12-24 15:49:03 -0500
commit8070edb05a8bfa1579adda47188303812248807a (patch)
tree9feb96e53f58696b53ff0a29e241ebfba1a16a9e /properties.lua
parent925e72da547c544ea8b250e1714f18f90e9cc76f (diff)
downloadtextadept-8070edb05a8bfa1579adda47188303812248807a.tar.gz
textadept-8070edb05a8bfa1579adda47188303812248807a.zip
Small code and documentation cleanup.
Diffstat (limited to 'properties.lua')
-rw-r--r--properties.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/properties.lua b/properties.lua
index 1525e6c2..1c36fc6f 100644
--- a/properties.lua
+++ b/properties.lua
@@ -150,6 +150,7 @@ buffer.call_tip_use_style = buffer.tab_width *
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.automatic_fold = buffer.AUTOMATICFOLD_SHOW + buffer.AUTOMATICFOLD_CLICK +
buffer.AUTOMATICFOLD_CHANGE
buffer.fold_flags = not CURSES and buffer.FOLDFLAG_LINEAFTER_CONTRACTED or 0