<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,40 +1,39 @@
 
-rcov.vim allows you to run test unit tests from vim and enter quickfix mode in
+&lt;tt&gt;rcov.vim&lt;/tt&gt; allows you to run unit tests from vim and enter quickfix mode in
 order to jump to uncovered code introduced since the last run.
 
-Installation
-============
-Copy rcov.vim to the appropriate &quot;compiler&quot; directory (typically
-$HOME/.vim/compiler).
+== Installation
+Copy &lt;tt&gt;rcov.vim&lt;/tt&gt; to the appropriate &quot;compiler&quot; directory (typically
+&lt;tt&gt;$HOME/.vim/compiler&lt;/tt&gt;).
 
-Usage
-=====
+== Usage
 
-Setting the reference point
----------------------------
-rcov's --text-coverage-diff mode compares the current coverage status against
-a previously stored one. It therefore needs that information to be saved
+=== Setting the reference point
+
++rcov+'s &lt;tt&gt;--text-coverage-diff&lt;/tt&gt; mode compares the current coverage status against
+the saved one. It therefore needs that information to be recorded
 before you write new code (typically right after you perform a commit) in
 order to have something to compare against.
 
-You can save the current status with the --save option.
-If you're running rcov from Rake, you can do something like
+You can save the current status with the &lt;tt&gt;--save&lt;/tt&gt; option.
+If you're running +rcov+ from Rake, you can do something like
   rake rcov_units RCOVOPTS=&quot;-T --save --rails&quot;
 in order to take the current status as the reference point.
 
-Comparing with a recorded coverage status
------------------------------------------
+=== Finding new uncovered code
+
 Type the following in command mode while editing your program:
    :compiler rcov
 
-rcov.vim assumes rcov can be invoked with a rake task (see README.rake for
+rcov.vim assumes +rcov+ can be invoked with a rake task (see 
+README.rake[link:files/README_rake.html] for
 information on how to create it). 
 
-You can then execute rcov and enter quickfix mode by typing
+You can then execute +rcov+ and enter quickfix mode by typing
 
    :make &lt;taskname&gt;
 
-where taskname is the rcov task you want to use; if you didn't override the
+where taskname is the +rcov+ task you want to use; if you didn't override the
 default name in the Rakefile, just
   
    :make rcov
@@ -44,3 +43,5 @@ will do.
 vim will then enter quickfix mode, allowing you to jump to the areas that were
 not covered since the last time you saved the coverage data.
 
+--------
+# vim: ft=text :</diff>
      <filename>README.vim</filename>
    </modified>
    <modified>
      <diff>@@ -71,6 +71,7 @@ Rake::RDocTask.new(&quot;rdoc&quot;) { |rdoc|
   rdoc.rdoc_files.include('README.API')
   rdoc.rdoc_files.include('README.rake')
   rdoc.rdoc_files.include('README.rant')
+  rdoc.rdoc_files.include('README.vim')
   rdoc.rdoc_files.include('lib/**/*.rb')
 }
 </diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -64,7 +64,8 @@ desc &quot;Generate documentation.&quot;
 gen RubyDoc, :rdoc do |g|
     g.verbose = true
     g.dir = &quot;doc&quot;
-    g.files = sys[&quot;README.API&quot;, &quot;README.rake&quot;, &quot;README.rant&quot;, &quot;lib/**/*.rb&quot;]
+    g.files = sys[&quot;README.API&quot;, &quot;README.rake&quot;, &quot;README.rant&quot;, &quot;README.vim&quot;, 
+                  &quot;lib/**/*.rb&quot;]
     g.opts = %w(--line-numbers --inline-source --title rcov --main README.API)
 end
 </diff>
      <filename>Rantfile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>28c641376db1b579a865930621a4106397357425</id>
    </parent>
  </parents>
  <author>
    <name>Mauricio Fernandez</name>
    <email>mfp@acm.org</email>
  </author>
  <url>http://github.com/spicycode/rcov/commit/e28bed06d544132ad49c800603bcaceba482aac5</url>
  <id>e28bed06d544132ad49c800603bcaceba482aac5</id>
  <committed-date>2006-06-11T01:19:29-07:00</committed-date>
  <authored-date>2006-06-11T01:19:29-07:00</authored-date>
  <message>README.vim, Rakefile, Rantfile: format README.vim with RDoc.

darcs-hash:20060611081929-0786a-e84ab256c2c09f5ed7e4d32ee3bfa8cdf1e5bf2d.gz</message>
  <tree>ae2391f676dcdd2e4f8c0e2fe80c44836553538a</tree>
  <committer>
    <name>Mauricio Fernandez</name>
    <email>mfp@acm.org</email>
  </committer>
</commit>
