aboutsummaryrefslogtreecommitdiffhomepage
path: root/properties.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-10-09 00:23:46 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2013-10-09 00:23:46 -0400
commit098be412f70bb6722c6751b70f939f08f70e196d (patch)
tree15e8a7961b38d85cb3c1966ad929b21fbf7cccfd /properties.lua
parentc9094906de1a7a306c8fdc27a2dc13c65ac40cf8 (diff)
More LuaDoc updates.
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