lib/textbringer/commands/fill.rb in textbringer-0.3.0 vs lib/textbringer/commands/fill.rb in textbringer-0.3.1
- old
+ new
@@ -18,10 +18,10 @@
def fill_paragraph
beginning_of_line
while !beginning_of_buffer? &&
!looking_at?(/^[ \t]*$/)
backward_line
- end
+ end
while looking_at?(/^[ \t]*$/)
forward_line
end
s = point
begin