From 8070edb05a8bfa1579adda47188303812248807a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 24 Dec 2014 15:49:03 -0500 Subject: Small code and documentation cleanup. --- properties.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'properties.lua') 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 -- cgit v1.2.3