<?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: My awesome vimrc: open-source libraries + ctags = Intellisense + 1 for Linux</title>
	<atom:link href="http://blog.paulbetts.org/index.php/2007/03/06/my-awesome-vimrc-open-source-libraries-ctags-intellisense-1-for-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.paulbetts.org/index.php/2007/03/06/my-awesome-vimrc-open-source-libraries-ctags-intellisense-1-for-linux/</link>
	<description>Paul Betts's personal website / blog / what-have-you</description>
	<lastBuildDate>Wed, 26 May 2010 09:57:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: Paul Betts</title>
		<link>http://blog.paulbetts.org/index.php/2007/03/06/my-awesome-vimrc-open-source-libraries-ctags-intellisense-1-for-linux/comment-page-1/#comment-22465</link>
		<dc:creator>Paul Betts</dc:creator>
		<pubDate>Wed, 14 Apr 2010 05:26:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulbetts.org/index.php/2007/03/06/my-awesome-vimrc-open-source-libraries-ctags-intellitype-1-for-linux/#comment-22465</guid>
		<description>This is now at Github - please go to http://github/xpaulbettsx/vimrc</description>
		<content:encoded><![CDATA[<p>This is now at Github &#8211; please go to <a href="http://github/xpaulbettsx/vimrc">http://github/xpaulbettsx/vimrc</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes Saam</title>
		<link>http://blog.paulbetts.org/index.php/2007/03/06/my-awesome-vimrc-open-source-libraries-ctags-intellisense-1-for-linux/comment-page-1/#comment-22464</link>
		<dc:creator>Johannes Saam</dc:creator>
		<pubDate>Wed, 14 Apr 2010 05:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulbetts.org/index.php/2007/03/06/my-awesome-vimrc-open-source-libraries-ctags-intellitype-1-for-linux/#comment-22464</guid>
		<description>SVN is not working please plase please keep sharing and fix the svn or post a downoload link!
Thanks!</description>
		<content:encoded><![CDATA[<p>SVN is not working please plase please keep sharing and fix the svn or post a downoload link!<br />
Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wdog</title>
		<link>http://blog.paulbetts.org/index.php/2007/03/06/my-awesome-vimrc-open-source-libraries-ctags-intellisense-1-for-linux/comment-page-1/#comment-16406</link>
		<dc:creator>wdog</dc:creator>
		<pubDate>Wed, 03 Dec 2008 15:30:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulbetts.org/index.php/2007/03/06/my-awesome-vimrc-open-source-libraries-ctags-intellitype-1-for-linux/#comment-16406</guid>
		<description>svn does not work, can you please fix it</description>
		<content:encoded><![CDATA[<p>svn does not work, can you please fix it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Betts</title>
		<link>http://blog.paulbetts.org/index.php/2007/03/06/my-awesome-vimrc-open-source-libraries-ctags-intellisense-1-for-linux/comment-page-1/#comment-6176</link>
		<dc:creator>Paul Betts</dc:creator>
		<pubDate>Tue, 25 Dec 2007 04:52:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulbetts.org/index.php/2007/03/06/my-awesome-vimrc-open-source-libraries-ctags-intellitype-1-for-linux/#comment-6176</guid>
		<description>But that will only give you the headers, don&#039;t you usually want to see the actual function instead?

Also, another handy trick is to run ctags on your /usr/include (my vimrc does this automatically), this way you still have something to fall back on if you don&#039;t have the source for a particular module</description>
		<content:encoded><![CDATA[<p>But that will only give you the headers, don&#8217;t you usually want to see the actual function instead?</p>
<p>Also, another handy trick is to run ctags on your /usr/include (my vimrc does this automatically), this way you still have something to fall back on if you don&#8217;t have the source for a particular module</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://blog.paulbetts.org/index.php/2007/03/06/my-awesome-vimrc-open-source-libraries-ctags-intellisense-1-for-linux/comment-page-1/#comment-6158</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sun, 23 Dec 2007 23:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.paulbetts.org/index.php/2007/03/06/my-awesome-vimrc-open-source-libraries-ctags-intellitype-1-for-linux/#comment-6158</guid>
		<description>Have you tried using g++ with -M option to generate a list of included header files and then running ctags on these header files? I find that very useful! No need to create huge databases for all libraries.

http://www.schreder.nu/wiki/index.php/GNU_Make_-_A_short_tutorial</description>
		<content:encoded><![CDATA[<p>Have you tried using g++ with -M option to generate a list of included header files and then running ctags on these header files? I find that very useful! No need to create huge databases for all libraries.</p>
<p><a href="http://www.schreder.nu/wiki/index.php/GNU_Make_-_A_short_tutorial">http://www.schreder.nu/wiki/index.php/GNU_Make_-_A_short_tutorial</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

