From c494f4a2b14a2bd294ffdbe846fb29e887579199 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 25 Jun 2011 18:05:44 -0400 Subject: Added 'fold.line.comments' option for folding multiple single-line comments. --- themes/light/buffer.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'themes/light/buffer.lua') 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 -- cgit v1.2.3