<?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: VIM tip of the day</title>
	<atom:link href="http://mihai.ibanescu.net/vim-tip-of-the-day/feed" rel="self" type="application/rss+xml" />
	<link>http://mihai.ibanescu.net/vim-tip-of-the-day</link>
	<description>Mihai&#039;s few cents</description>
	<lastBuildDate>Sun, 02 Oct 2011 17:24:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Michael K Johnson</title>
		<link>http://mihai.ibanescu.net/vim-tip-of-the-day/comment-page-1#comment-162</link>
		<dc:creator>Michael K Johnson</dc:creator>
		<pubDate>Fri, 10 Oct 2008 01:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://mihai.ibanescu.net/?p=56#comment-162</guid>
		<description>or: !fmt -1 &#124; sort &#124; fmt

Without visual mode, you can use marks: &quot;m&quot; sets a mark, the next character selects the register to store the mark in (&quot;a&quot; works fine if you aren&#039;t already intentionally using it), go to the other end of the selection, then &quot;!&quot; (pipe) &quot;&#039;&quot; (reference mark) &quot;a&quot; (select register) &quot;fmt -1 &#124; sort &#124; fmt&quot;

Where &quot;gw}&quot; re-wraps to the end of the paragraph, re-wrapping to a mark with &quot;gw&#039;a&quot;</description>
		<content:encoded><![CDATA[<p>or: !fmt -1 | sort | fmt</p>
<p>Without visual mode, you can use marks: &#8220;m&#8221; sets a mark, the next character selects the register to store the mark in (&#8220;a&#8221; works fine if you aren&#8217;t already intentionally using it), go to the other end of the selection, then &#8220;!&#8221; (pipe) &#8220;&#8216;&#8221; (reference mark) &#8220;a&#8221; (select register) &#8220;fmt -1 | sort | fmt&#8221;</p>
<p>Where &#8220;gw}&#8221; re-wraps to the end of the paragraph, re-wrapping to a mark with &#8220;gw&#8217;a&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

