<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -252,17 +252,19 @@ module Diakonos
         h[ :regexp ] =~ line
         lm = Regexp.last_match
         if lm
-          # str = h[ :closer ].call( lm ).to_s
           str = case h[ :closer ]
-                when String
-                  if lm[1].nil?
-                    h[:closer]
-                  else
-                    str = lm[1].gsub( Regexp.new(&quot;(#{Regexp.escape(lm[1])})&quot;), h[:closer] )
-                  end
-                when Proc
-                  h[:closer].call(lm).to_s
-                end
+          when String
+            if lm[ 1 ].nil?
+              h[ :closer ]
+            else
+              lm[ 1 ].gsub(
+                Regexp.new( &quot;(#{ Regexp.escape( lm[1] ) })&quot; ),
+                h[ :closer ]
+              )
+            end
+          when Proc
+            h[ :closer ].call( lm ).to_s
+          end
           r, c = @last_row, @last_col
           paste str, @indent_closers
           cursor_to r, c</diff>
      <filename>lib/diakonos/buffer.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>b111b7fe33e85449433ca6080d0c28c314d57d62</id>
    </parent>
  </parents>
  <author>
    <name>Pistos</name>
    <email>gitsomegrace.5.pistos@geoshell.com</email>
  </author>
  <url>http://github.com/Pistos/diakonos/commit/b41cceea082388886bd2f12371bae5e79e3b4665</url>
  <id>b41cceea082388886bd2f12371bae5e79e3b4665</id>
  <committed-date>2009-06-28T09:09:46-07:00</committed-date>
  <authored-date>2009-06-28T09:09:46-07:00</authored-date>
  <message>Removed commented line.
Style adjustment in close_code.</message>
  <tree>1724105f220fe22233a2aafa2da83ab1696985df</tree>
  <committer>
    <name>Pistos</name>
    <email>gitsomegrace.5.pistos@geoshell.com</email>
  </committer>
</commit>
