<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -213,3 +213,20 @@ function! ToggleScratch()
 endfunction
 
 map &lt;Leader&gt;s :call ToggleScratch()&lt;CR&gt;
+
+function! ScrubQuotes()
+  %s/&#8220;/&quot;/g
+  %s/&#8221;/&quot;/g
+  %s/&#8216;/'/g
+  %s/&#8217;/'/g
+endfunction
+
+nmap &lt;LEADER&gt;g :call ScrubQuotes()&lt;CR&gt;
+
+&quot;Make ',e' (in normal mode) give a prompt for opening files
+&quot; in the same dir as the current buffer's file.
+if has(&quot;unix&quot;)
+  map ,e :e &lt;C-R&gt;=expand(&quot;%:p:h&quot;) . &quot;/&quot; &lt;CR&gt;
+else
+  map ,e :e &lt;C-R&gt;=expand(&quot;%:p:h&quot;) . &quot;\\&quot; &lt;CR&gt;
+endif</diff>
      <filename>.vimrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>f5a8f4e46008a0accc0132cdacaa0555841e038c</id>
    </parent>
  </parents>
  <author>
    <name>Joe Fiorini</name>
    <email>joe@faithfulgeek.org</email>
  </author>
  <url>http://github.com/faithfulgeek/dotfiles/commit/59ade8906054b94f8871264efd14c0a21a6fadea</url>
  <id>59ade8906054b94f8871264efd14c0a21a6fadea</id>
  <committed-date>2009-09-29T19:38:23-07:00</committed-date>
  <authored-date>2009-09-29T19:38:23-07:00</authored-date>
  <message>Useful support functions</message>
  <tree>eb2770c26759d544a8870b2c80f1362a23cd3e19</tree>
  <committer>
    <name>Joe Fiorini</name>
    <email>joe@faithfulgeek.org</email>
  </committer>
</commit>
