<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -20,6 +20,8 @@ There are several different variables that you may set in your .vimrc file that
 * g:fuzzy_ignore - this is a delimited list of file glob patterns to ignore. Entries may be delimited using either semi-colons or commas.
 * g:fuzzy_matching_limit - this is the maximum number of items that will be matched, and defaults to 200. If the finder feels sluggish to you, you can reduce this to something smaller (100, or 50).
 
+For efficiency, the directories provided are never rescanned for changes. The :FuzzyFinderTextMateRefreshFiles command will force a rescan.
+
 Installation
 -----------------------
 First, make sure you have the Fuzzyfinder script[1]. Install that as per the instructions for that script.</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -19,6 +19,8 @@ endfunction
 
 command! -bang -narg=? -complete=file   FuzzyFinderTextMate   call FuzzyFinderTextMateLauncher(&lt;q-args&gt;, len(&lt;q-bang&gt;))
 
+command! FuzzyFinderTextMateRefreshFiles ruby finder.rescan!
+  
 function! InstantiateTextMateMode() &quot;{{{
 ruby &lt;&lt; RUBY
   begin</diff>
      <filename>fuzzyfinder_textmate.vim</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>db7cc03edf4edfc6e3eaab5255b9b031424d8ae0</id>
    </parent>
  </parents>
  <author>
    <name>Brad Ediger</name>
    <email>brad.ediger@madriska.com</email>
  </author>
  <url>http://github.com/sethbc/fuzzyfinder_textmate/commit/cf5ae0bff28c59452cbcce9ba80acc8ae09c42f5</url>
  <id>cf5ae0bff28c59452cbcce9ba80acc8ae09c42f5</id>
  <committed-date>2009-02-04T06:31:43-08:00</committed-date>
  <authored-date>2009-01-09T13:32:16-08:00</authored-date>
  <message>Added :FuzzyFinderTextMateRefreshFiles command

Signed-off-by: Seth Chandler &lt;sethbc@sethbc.org&gt;</message>
  <tree>435720e9689d4218314e8e651289a4b355b7d9ed</tree>
  <committer>
    <name>Seth Chandler</name>
    <email>sethbc@sethbc.org</email>
  </committer>
</commit>
