<?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: Pathogen, baby!</title>
	<atom:link href="http://www.derekwyatt.org/2010/10/12/pathogen-baby/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.derekwyatt.org/2010/10/12/pathogen-baby/</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: vim links 2012-01-03 &#187; Writing thoughts</title>
		<link>http://www.derekwyatt.org/2010/10/12/pathogen-baby/comment-page-1/#comment-58827</link>
		<dc:creator>vim links 2012-01-03 &#187; Writing thoughts</dc:creator>
		<pubDate>Thu, 10 May 2012 18:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://derekwyatt.org/2010/10/12/pathogen-baby/#comment-58827</guid>
		<description><![CDATA[[...] http://www.derekwyatt.org/2010/10/12/pathogen-baby/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.derekwyatt.org/2010/10/12/pathogen-baby/" rel="nofollow">http://www.derekwyatt.org/2010/10/12/pathogen-baby/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: El racó del Ton &#187; Blog Archive &#187; vim links 2012-01-03</title>
		<link>http://www.derekwyatt.org/2010/10/12/pathogen-baby/comment-page-1/#comment-36930</link>
		<dc:creator>El racó del Ton &#187; Blog Archive &#187; vim links 2012-01-03</dc:creator>
		<pubDate>Tue, 03 Jan 2012 22:10:44 +0000</pubDate>
		<guid isPermaLink="false">http://derekwyatt.org/2010/10/12/pathogen-baby/#comment-36930</guid>
		<description><![CDATA[[...] http://www.derekwyatt.org/2010/10/12/pathogen-baby/ [...]]]></description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.derekwyatt.org/2010/10/12/pathogen-baby/" rel="nofollow">http://www.derekwyatt.org/2010/10/12/pathogen-baby/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcai8sh4</title>
		<link>http://www.derekwyatt.org/2010/10/12/pathogen-baby/comment-page-1/#comment-5156</link>
		<dc:creator>mcai8sh4</dc:creator>
		<pubDate>Wed, 13 Oct 2010 19:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://derekwyatt.org/2010/10/12/pathogen-baby/#comment-5156</guid>
		<description><![CDATA[Thank you sir! All sorted, I don&#039;t feel as dirty now. :wq]]></description>
		<content:encoded><![CDATA[<p>Thank you sir! All sorted, I don&#8217;t feel as dirty now. :wq</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek Wyatt</title>
		<link>http://www.derekwyatt.org/2010/10/12/pathogen-baby/comment-page-1/#comment-5152</link>
		<dc:creator>Derek Wyatt</dc:creator>
		<pubDate>Wed, 13 Oct 2010 18:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://derekwyatt.org/2010/10/12/pathogen-baby/#comment-5152</guid>
		<description><![CDATA[Hey Steve. The answer is really quite simple: it&#039;s the runtimepath. If you tossed those files into ~/.vim it wouldn&#039;t work either; you would have to put them in ~/.vim/plugin. All pathogen is doing (effectively) is allowing you to have a lot of separate ~/.vim directories. Each individual one (i.e. each one in the /bundle/ directory) has to have a portion, or all of, the same directory structure as the main runtimepath directory. 

So, ideally, you create bundle/vim-qbuf/plugin and put qbuf.vim in there, and do the same for the other &quot;lonely children&quot;. ]]></description>
		<content:encoded><![CDATA[<p>Hey Steve. The answer is really quite simple: it&#8217;s the runtimepath. If you tossed those files into ~/.vim it wouldn&#8217;t work either; you would have to put them in ~/.vim/plugin. All pathogen is doing (effectively) is allowing you to have a lot of separate ~/.vim directories. Each individual one (i.e. each one in the /bundle/ directory) has to have a portion, or all of, the same directory structure as the main runtimepath directory. </p>
<p>So, ideally, you create bundle/vim-qbuf/plugin and put qbuf.vim in there, and do the same for the other &#8220;lonely children&#8221;. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcai8sh4</title>
		<link>http://www.derekwyatt.org/2010/10/12/pathogen-baby/comment-page-1/#comment-5148</link>
		<dc:creator>mcai8sh4</dc:creator>
		<pubDate>Wed, 13 Oct 2010 17:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://derekwyatt.org/2010/10/12/pathogen-baby/#comment-5148</guid>
		<description><![CDATA[Just last week I installed pathogen, and spent a couple of hours trying to get it working properly (initially it was just my bad spelling!).

Whilst I&#039;m back up and running, certain extensions don&#039;t want to work, and they should. I have Nerd_tree (working fine) in &#039;bundle/&#039; and snipmate (both in their own dorectories). Then I tried putting qbuf.vim, comments.vim and SearchComplete.vim in bundle/ and they didn&#039;t work, so I moved them into individual dirs within bindle - still no joy. In the end I just created &#039;plugin/&#039; and dumped them in there. It works, so I&#039;m happy, but a little confused as to why certain ones don&#039;t work in bundle/ - Any suggestions appreciated.

BTW - Welcome back!

-Steve]]></description>
		<content:encoded><![CDATA[<p>Just last week I installed pathogen, and spent a couple of hours trying to get it working properly (initially it was just my bad spelling!).</p>
<p>Whilst I&#8217;m back up and running, certain extensions don&#8217;t want to work, and they should. I have Nerd_tree (working fine) in &#8216;bundle/&#8217; and snipmate (both in their own dorectories). Then I tried putting qbuf.vim, comments.vim and SearchComplete.vim in bundle/ and they didn&#8217;t work, so I moved them into individual dirs within bindle &#8211; still no joy. In the end I just created &#8216;plugin/&#8217; and dumped them in there. It works, so I&#8217;m happy, but a little confused as to why certain ones don&#8217;t work in bundle/ &#8211; Any suggestions appreciated.</p>
<p>BTW &#8211; Welcome back!</p>
<p>-Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Phillips</title>
		<link>http://www.derekwyatt.org/2010/10/12/pathogen-baby/comment-page-1/#comment-5124</link>
		<dc:creator>Ryan Phillips</dc:creator>
		<pubDate>Wed, 13 Oct 2010 00:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://derekwyatt.org/2010/10/12/pathogen-baby/#comment-5124</guid>
		<description><![CDATA[Vimcasts has a screencast up on git submodules and pathogen: http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/]]></description>
		<content:encoded><![CDATA[<p>Vimcasts has a screencast up on git submodules and pathogen: <a href="http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/" rel="nofollow">http://vimcasts.org/episodes/synchronizing-plugins-with-git-submodules-and-pathogen/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: marik</title>
		<link>http://www.derekwyatt.org/2010/10/12/pathogen-baby/comment-page-1/#comment-5107</link>
		<dc:creator>marik</dc:creator>
		<pubDate>Tue, 12 Oct 2010 21:10:26 +0000</pubDate>
		<guid isPermaLink="false">http://derekwyatt.org/2010/10/12/pathogen-baby/#comment-5107</guid>
		<description><![CDATA[There&#039;s even a mirror of all vim scripts on github http://gmarik.info/blog/2010/09/24/vim-scripts-github-mirror!]]></description>
		<content:encoded><![CDATA[<p>There&#8217;s even a mirror of all vim scripts on github <a href="http://gmarik.info/blog/2010/09/24/vim-scripts-github-mirror" rel="nofollow">http://gmarik.info/blog/2010/09/24/vim-scripts-github-mirror</a>!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
