diff options
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 |