aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/light/buffer.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2011-06-25 18:05:44 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2011-06-25 18:05:44 -0400
commitc494f4a2b14a2bd294ffdbe846fb29e887579199 (patch)
tree556651b3f73ba01ceb15f87d71e326192a9d241d /themes/light/buffer.lua
parentb4437d0fb741bf5d1a2e803391453793bfd28ad0 (diff)
Added 'fold.line.comments' option for folding multiple single-line comments.
Diffstat (limited to 'themes/light/buffer.lua')
-rwxr-xr-xthemes/light/buffer.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/light/buffer.lua b/themes/light/buffer.lua
index 29ed26d2..6d4a311a 100755
--- a/themes/light/buffer.lua
+++ b/themes/light/buffer.lua
@@ -6,6 +6,7 @@ local buffer = buffer
-- Folding.
buffer.property['fold'] = '1'
buffer.property['fold.by.indentation'] = '1'
+buffer.property['fold.line.comments'] = '0'
-- Tabs and Indentation.
buffer.tab_width = 2