aboutsummaryrefslogtreecommitdiff
path: root/properties.lua
diff options
context:
space:
mode:
Diffstat (limited to 'properties.lua')
-rw-r--r--properties.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/properties.lua b/properties.lua
index bb0c8c42..117ccb8f 100644
--- a/properties.lua
+++ b/properties.lua
@@ -146,8 +146,8 @@ buffer.call_tip_use_style = buffer.tab_width *
-- Folding.
buffer.property['fold'] = '1'
-buffer.property['fold.by.indentation'] = '0'
-buffer.property['fold.line.comments'] = '0'
+--buffer.property['fold.by.indentation'] = '1'
+--buffer.property['fold.line.comments'] = '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