diff options
author | 2014-12-24 15:49:03 -0500 | |
---|---|---|
committer | 2014-12-24 15:49:03 -0500 | |
commit | 8070edb05a8bfa1579adda47188303812248807a (patch) | |
tree | 9feb96e53f58696b53ff0a29e241ebfba1a16a9e /properties.lua | |
parent | 925e72da547c544ea8b250e1714f18f90e9cc76f (diff) | |
download | textadept-8070edb05a8bfa1579adda47188303812248807a.tar.gz textadept-8070edb05a8bfa1579adda47188303812248807a.zip |
Small code and documentation cleanup.
Diffstat (limited to 'properties.lua')
-rw-r--r-- | properties.lua | 1 |
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 |