<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -26,7 +26,11 @@ command! -bang -narg=? -complete=file   FuzzyFinderTextMate   call FuzzyFinderTe
 function! InstantiateTextMateMode() &quot;{{{
 ruby &lt;&lt; RUBY
   begin
-    require &quot;#{ENV['HOME']}/.vim/ruby/fuzzy_file_finder&quot;
+    if ENV['OS'] &amp;&amp; ENV['OS'].downcase =~ /windows/
+      require &quot;#{ENV['HOME']}\\vimfiles\\ruby\\fuzzy_file_finder&quot;
+    else
+      require &quot;#{ENV['HOME']}/.vim/ruby/fuzzy_file_finder&quot;
+    end
   rescue LoadError
     begin
       require 'rubygems'</diff>
      <filename>plugin/fuzzyfinder_textmate.vim</filename>
    </modified>
    <modified>
      <diff>@@ -184,7 +184,7 @@ set wildignore=*.o,*.obj,*~ &quot;stuff to ignore when tab completing
 
 &quot;display tabs and trailing spaces
 set list
-set listchars=tab:&#9655;&#8901;,trail:&#8901;,nbsp:&#8901;
+&quot;set listchars=tab:&#9655;&#8901;,trail:&#8901;,nbsp:&#8901;
 
 set formatoptions-=o &quot;dont continue comments when pushing o/O
 
@@ -213,8 +213,27 @@ set hidden
 &quot;dont load csapprox if we no gui support - silences an annoying warning
 if !has(&quot;gui&quot;)
     let g:CSApprox_loaded = 1
+else
+    if has(&quot;gui_gnome&quot;)
+        set term=gnome-256color
+        colorscheme desert
+    else
+        set t_Co=256
+        colorscheme vibrantink
+        set guitablabel=%M%t
+        set lines=40
+        set columns=115
+    endif
+    if has(&quot;gui_mac&quot;)
+        set guifont=monaco:h13
+    endif
+    if has(&quot;gui_win32&quot;) || has(&quot;gui_win32s&quot;)
+        set guifont=Consolas:h12
+    endif
 endif
 
+nmap &lt;silent&gt; &lt;Leader&gt;p :NERDTreeToggle&lt;CR&gt;
+
 &quot;make &lt;c-l&gt; clear the highlight as well as redraw
 nnoremap &lt;C-L&gt; :nohls&lt;CR&gt;&lt;C-L&gt;
 inoremap &lt;C-L&gt; &lt;C-O&gt;:nohls&lt;CR&gt;</diff>
      <filename>vimrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6f525c6ef3e5d5556d45b43145bca082ed409ac7</id>
    </parent>
  </parents>
  <author>
    <name>AkitaOnRails</name>
    <email>fabioakita@gmail.com</email>
  </author>
  <url>http://github.com/akitaonrails/vimfiles/commit/aa49a6521d95f241b05f4d30069d0c7b2cec0300</url>
  <id>aa49a6521d95f241b05f4d30069d0c7b2cec0300</id>
  <committed-date>2009-09-20T07:41:39-07:00</committed-date>
  <authored-date>2009-04-27T18:17:52-07:00</authored-date>
  <message>Adding backslash fixes to some snippets and adding more eye-candy configuration to the vimrc file</message>
  <tree>e2f394e69edf19574ed6810d6eb27fa5787fffad</tree>
  <committer>
    <name>AkitaOnRails</name>
    <email>fabioakita@gmail.com</email>
  </committer>
</commit>
