<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -19,7 +19,7 @@ endfunction
 
 command! -bang -narg=? -complete=file   FuzzyFinderTextMate   call FuzzyFinderTextMateLauncher(&lt;q-args&gt;, len(&lt;q-bang&gt;))
 command! FuzzyFinderTextMateRefreshFiles ruby refresh_finder
-  
+
 function! InstantiateTextMateMode() &quot;{{{
 ruby &lt;&lt; RUBY
   begin
@@ -87,7 +87,7 @@ ruby &lt;&lt; RUBY
   end
 RUBY
 
-  let g:FuzzyFinderMode.TextMate = copy(g:FuzzyFinderMode.Base)
+  let g:FuzzyFinderMode.TextMate = copy(g:FuzzyFinderMode.File)   &quot; Base does not define 'on_open' anymore
 
   function! g:FuzzyFinderMode.TextMate.on_complete(base)
     if exists('g:fuzzy_enumerating_limit')
@@ -116,9 +116,9 @@ RUBY
   endfunction
 
   function! FuzzyFinderTextMateLauncher(initial_text, partial_matching)
-    call g:FuzzyFinderMode.TextMate.launch(a:initial_text, a:partial_matching)
+    call g:FuzzyFinderMode.TextMate.launch_base(a:initial_text, a:partial_matching)
   endfunction
-  
+
   let g:FuzzyFinderOptions.TextMate = copy(g:FuzzyFinderOptions.File)
 endfunction &quot;}}}
 </diff>
      <filename>fuzzyfinder_textmate.vim</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>0d8840cdfed51151223b10446f0e845963a3f2e4</id>
    </parent>
  </parents>
  <author>
    <name>viperinthought</name>
    <email>viperinthought@freshthinking.de</email>
  </author>
  <url>http://github.com/sethbc/fuzzyfinder_textmate/commit/6652be0e8475db7839446de7499510f80bc52089</url>
  <id>6652be0e8475db7839446de7499510f80bc52089</id>
  <committed-date>2009-10-28T00:42:16-07:00</committed-date>
  <authored-date>2009-07-08T06:52:08-07:00</authored-date>
  <message>Fix deprecated usage of 'launch' and 'on_open' to make it work with current vim-fuzzyfinder (2.22.3)</message>
  <tree>b46c8605875424aec916fa89725f6833c724ec7e</tree>
  <committer>
    <name>Seth Chandler</name>
    <email>sethbc@sethbc.org</email>
  </committer>
</commit>
