<?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: Aligning C function parameters with vim</title>
	<atom:link href="http://damien.lespiau.name/blog/2009/12/07/aligning-c-function-parameters-with-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://damien.lespiau.name/blog/2009/12/07/aligning-c-function-parameters-with-vim/</link>
	<description>errands</description>
	<lastBuildDate>Sun, 13 Jun 2010 15:57:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: thilahute</title>
		<link>http://damien.lespiau.name/blog/2009/12/07/aligning-c-function-parameters-with-vim/comment-page-1/#comment-182</link>
		<dc:creator>thilahute</dc:creator>
		<pubDate>Thu, 10 Dec 2009 19:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://damien.lespiau.name/blog/?p=145#comment-182</guid>
		<description>@damien, oops was so simple ;)</description>
		<content:encoded><![CDATA[<p>@damien, oops was so simple <img src='http://damien.lespiau.name/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damien</title>
		<link>http://damien.lespiau.name/blog/2009/12/07/aligning-c-function-parameters-with-vim/comment-page-1/#comment-181</link>
		<dc:creator>damien</dc:creator>
		<pubDate>Thu, 10 Dec 2009 11:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://damien.lespiau.name/blog/?p=145#comment-181</guid>
		<description>&lt;a href=&quot;#comment-179&quot; rel=&quot;nofollow&quot;&gt;@thilahute&lt;/a&gt; 
yup, that&#039;s the (0 option of cinoptions. (and then = to indent, of course)</description>
		<content:encoded><![CDATA[<p><a href="#comment-179" rel="nofollow">@thilahute</a><br />
yup, that&#8217;s the (0 option of cinoptions. (and then = to indent, of course)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thilahute</title>
		<link>http://damien.lespiau.name/blog/2009/12/07/aligning-c-function-parameters-with-vim/comment-page-1/#comment-179</link>
		<dc:creator>thilahute</dc:creator>
		<pubDate>Wed, 09 Dec 2009 06:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://damien.lespiau.name/blog/?p=145#comment-179</guid>
		<description>OOOOps sorry my last post wasen&#039;t that explainfull,

Here is the explainfull code sample: http://pastebin.com/f4516bb35

Thx</description>
		<content:encoded><![CDATA[<p>OOOOps sorry my last post wasen&#8217;t that explainfull,</p>
<p>Here is the explainfull code sample: <a href="http://pastebin.com/f4516bb35" rel="nofollow">http://pastebin.com/f4516bb35</a></p>
<p>Thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thilahute</title>
		<link>http://damien.lespiau.name/blog/2009/12/07/aligning-c-function-parameters-with-vim/comment-page-1/#comment-178</link>
		<dc:creator>thilahute</dc:creator>
		<pubDate>Wed, 09 Dec 2009 06:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://damien.lespiau.name/blog/?p=145#comment-178</guid>
		<description>Hi, 

Is there a way to make it aligne parameters in function calling?

eg:
    output_stream = gdata_upload_stream_new (GDATA_SERVICE (service),
                                        SOUP_METHOD_POST,
                                     upload_uri,
                                    NULL,
                                           title)
l
    output_stream = gdata_upload_stream_new (GDATA_SERVICE (service),
                                             SOUP_METHOD_POST,
                                             upload_uri,
                                             NULL,
                                             title)

It would be awesame :D

Anyway thanks lot for this cool plugin</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>Is there a way to make it aligne parameters in function calling?</p>
<p>eg:<br />
    output_stream = gdata_upload_stream_new (GDATA_SERVICE (service),<br />
                                        SOUP_METHOD_POST,<br />
                                     upload_uri,<br />
                                    NULL,<br />
                                           title)<br />
l<br />
    output_stream = gdata_upload_stream_new (GDATA_SERVICE (service),<br />
                                             SOUP_METHOD_POST,<br />
                                             upload_uri,<br />
                                             NULL,<br />
                                             title)</p>
<p>It would be awesame <img src='http://damien.lespiau.name/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>Anyway thanks lot for this cool plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hylke</title>
		<link>http://damien.lespiau.name/blog/2009/12/07/aligning-c-function-parameters-with-vim/comment-page-1/#comment-177</link>
		<dc:creator>Hylke</dc:creator>
		<pubDate>Tue, 08 Dec 2009 18:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://damien.lespiau.name/blog/?p=145#comment-177</guid>
		<description>Can you make one for gedit too? :P</description>
		<content:encoded><![CDATA[<p>Can you make one for gedit too? <img src='http://damien.lespiau.name/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damien</title>
		<link>http://damien.lespiau.name/blog/2009/12/07/aligning-c-function-parameters-with-vim/comment-page-1/#comment-176</link>
		<dc:creator>damien</dc:creator>
		<pubDate>Mon, 07 Dec 2009 14:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://damien.lespiau.name/blog/?p=145#comment-176</guid>
		<description>&lt;a href=&quot;#comment-175&quot; rel=&quot;nofollow&quot;&gt;@Jannis&lt;/a&gt; 
You should re-download it again, now it saves/restore the paste register, newbie mistake.</description>
		<content:encoded><![CDATA[<p><a href="#comment-175" rel="nofollow">@Jannis</a><br />
You should re-download it again, now it saves/restore the paste register, newbie mistake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jannis</title>
		<link>http://damien.lespiau.name/blog/2009/12/07/aligning-c-function-parameters-with-vim/comment-page-1/#comment-175</link>
		<dc:creator>Jannis</dc:creator>
		<pubDate>Mon, 07 Dec 2009 13:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://damien.lespiau.name/blog/?p=145#comment-175</guid>
		<description>Thanks for the cool plugin, it works like a charm.</description>
		<content:encoded><![CDATA[<p>Thanks for the cool plugin, it works like a charm.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Damien Lespiau » Aligning C function parameters with vim -- Topsy.com</title>
		<link>http://damien.lespiau.name/blog/2009/12/07/aligning-c-function-parameters-with-vim/comment-page-1/#comment-174</link>
		<dc:creator>Tweets that mention Damien Lespiau » Aligning C function parameters with vim -- Topsy.com</dc:creator>
		<pubDate>Mon, 07 Dec 2009 13:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://damien.lespiau.name/blog/?p=145#comment-174</guid>
		<description>[...] This post was mentioned on Twitter by Vim for my grandma, Vim for my grandma. Vim for my grandma said: handy macro for aligning function parameters: http://damien.lespiau.name/blog/2009/12/07/aligning-c-function-parameters-with-vim/ [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Vim for my grandma, Vim for my grandma. Vim for my grandma said: handy macro for aligning function parameters: <a href="http://damien.lespiau.name/blog/2009/12/07/aligning-c-function-parameters-with-vim/" rel="nofollow">http://damien.lespiau.name/blog/2009/12/07/aligning-c-function-parameters-with-vim/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
