<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: FuzzyFinder Teaser Functions (for finding Files)</title>
	<atom:link href="http://www.derekwyatt.org/2009/08/25/fuzzyfinder-teaser-functions-for-finding-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.derekwyatt.org/2009/08/25/fuzzyfinder-teaser-functions-for-finding-files/</link>
	<description>Vim... and stuff</description>
	<lastBuildDate>Sat, 11 May 2013 19:29:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: mMontu</title>
		<link>http://www.derekwyatt.org/2009/08/25/fuzzyfinder-teaser-functions-for-finding-files/comment-page-1/#comment-65356</link>
		<dc:creator>mMontu</dc:creator>
		<pubDate>Wed, 11 Jul 2012 14:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/2009/08/25/fuzzyfinder-teaser-functions-for-finding-files/#comment-65356</guid>
		<description><![CDATA[Great idea!

Found two small changes needed to work under ms-windows:

   function! SanitizeDirForFuzzyFinder(dir)
       let dir = expand(a:dir)
       if (has(&quot;win16&quot;) &#124;&#124; has(&quot;win32&quot;)   &#124;&#124; has(&quot;win64&quot;))
          let dir = substitute(dir, &#039;\&#039;, &#039;/&#039;, &#039;g&#039;)
       endif
       :
       :
   function! GetDirForFF(from, addon)
       :
       :
           let dirs = split(from, &#039;/&#039;)
           if !(has(&quot;win16&quot;) &#124;&#124; has(&quot;win32&quot;)   &#124;&#124; has(&quot;win64&quot;))
              let dirs[0] = &#039;/&#039; . dirs[0]
           endif  
           &quot; Walk up the tree and see if it&#039;s anywhere there
           for n in range(len(dirs) - 1, 0, -1)

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Great idea!</p>
<p>Found two small changes needed to work under ms-windows:</p>
<p>   function! SanitizeDirForFuzzyFinder(dir)<br />
       let dir = expand(a:dir)<br />
       if (has(&#8220;win16&#8243;) || has(&#8220;win32&#8243;)   || has(&#8220;win64&#8243;))<br />
          let dir = substitute(dir, &#8216;\&#8217;, &#8216;/&#8217;, &#8216;g&#8217;)<br />
       endif<br />
       :<br />
       :<br />
   function! GetDirForFF(from, addon)<br />
       :<br />
       :<br />
           let dirs = split(from, &#8216;/&#8217;)<br />
           if !(has(&#8220;win16&#8243;) || has(&#8220;win32&#8243;)   || has(&#8220;win64&#8243;))<br />
              let dirs[0] = &#8216;/&#8217; . dirs[0]<br />
           endif<br />
           &#8221; Walk up the tree and see if it&#8217;s anywhere there<br />
           for n in range(len(dirs) &#8211; 1, 0, -1)</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Wyatt</title>
		<link>http://www.derekwyatt.org/2009/08/25/fuzzyfinder-teaser-functions-for-finding-files/comment-page-1/#comment-253</link>
		<dc:creator>Derek Wyatt</dc:creator>
		<pubDate>Sat, 17 Oct 2009 10:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/2009/08/25/fuzzyfinder-teaser-functions-for-finding-files/#comment-253</guid>
		<description><![CDATA[yup]]></description>
		<content:encoded><![CDATA[<p>yup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Polprav</title>
		<link>http://www.derekwyatt.org/2009/08/25/fuzzyfinder-teaser-functions-for-finding-files/comment-page-1/#comment-250</link>
		<dc:creator>Polprav</dc:creator>
		<pubDate>Sat, 17 Oct 2009 05:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.derekwyatt.org/2009/08/25/fuzzyfinder-teaser-functions-for-finding-files/#comment-250</guid>
		<description><![CDATA[Hello from Russia!
Can I quote a post in your blog with the link to you?]]></description>
		<content:encoded><![CDATA[<p>Hello from Russia!<br />
Can I quote a post in your blog with the link to you?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
