From 098be412f70bb6722c6751b70f939f08f70e196d Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 9 Oct 2013 00:23:46 -0400 Subject: More LuaDoc updates. --- properties.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'properties.lua') 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 -- cgit v1.2.3