commit 9ec08ed5fc47ffb65e3dceb9ab25334c380abe3c
parent 757720198c7770dac645a970e53cccb77728b6a7
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Wed, 30 May 2007 15:21:50 +0000
fixed one-line quotes: should be colored as quotes, just not collapsable/expandable
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@422 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/lib/sup/message.rb b/lib/sup/message.rb
@@ -327,8 +327,6 @@ private
if newstate
if chunk_lines.empty?
# nothing
- elsif chunk_lines.size == 1
- chunks << Text.new(chunk_lines) # forget about one-line quotes
else
chunks << Quote.new(chunk_lines)
end