<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: wrapping text in vim</title>
	<link>http://uucode.com/blog/2006/12/03/wrapping-text-in-vim/</link>
	<description>advocating olpa's open source developments</description>
	<pubDate>Sat, 06 Sep 2008 01:00:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>

	<item>
		<title>By: olpa</title>
		<link>http://uucode.com/blog/2006/12/03/wrapping-text-in-vim/#comment-8297</link>
		<dc:creator>olpa</dc:creator>
		<pubDate>Tue, 17 Jul 2007 16:28:57 +0000</pubDate>
		<guid>http://uucode.com/blog/2006/12/03/wrapping-text-in-vim/#comment-8297</guid>
		<description>It's hard for me to comment... Sorry, I'm not a vim expert.</description>
		<content:encoded><![CDATA[<p>It&#8217;s hard for me to comment&#8230; Sorry, I&#8217;m not a vim expert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivar Refsdal</title>
		<link>http://uucode.com/blog/2006/12/03/wrapping-text-in-vim/#comment-8296</link>
		<dc:creator>Ivar Refsdal</dc:creator>
		<pubDate>Tue, 17 Jul 2007 08:30:18 +0000</pubDate>
		<guid>http://uucode.com/blog/2006/12/03/wrapping-text-in-vim/#comment-8296</guid>
		<description>Original post without escaped tags:

http://www.pasteserver.net/2205</description>
		<content:encoded><![CDATA[<p>Original post without escaped tags:</p>
<p><a href="http://www.pasteserver.net/2205" rel="nofollow">http://www.pasteserver.net/2205</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivar Refsdal</title>
		<link>http://uucode.com/blog/2006/12/03/wrapping-text-in-vim/#comment-8295</link>
		<dc:creator>Ivar Refsdal</dc:creator>
		<pubDate>Tue, 17 Jul 2007 08:28:05 +0000</pubDate>
		<guid>http://uucode.com/blog/2006/12/03/wrapping-text-in-vim/#comment-8295</guid>
		<description>This is pretty nice, but somehow the indenting doesn't quite work for me.
Could be my settings.
(I want it to be:)

*TAB*selected
*TAB*text

to:

*TAB*
*TAB**TAB*selected
*TAB**TAB*text
*TAB*

I made this one-liner, not as advanced as your function though,
but does the indenting correct for me:

vmap ss &#62;`"zdkok$"zp:%s/rafftag//g

The indenting has been a problem for me too.
b doesn't work too well. "bp works much better.
Or you can do :set paste and :set nopaste)afterwards.</description>
		<content:encoded><![CDATA[<p>This is pretty nice, but somehow the indenting doesn&#8217;t quite work for me.<br />
Could be my settings.<br />
(I want it to be:)</p>
<p>*TAB*selected<br />
*TAB*text</p>
<p>to:</p>
<p>*TAB*<br />
*TAB**TAB*selected<br />
*TAB**TAB*text<br />
*TAB*</p>
<p>I made this one-liner, not as advanced as your function though,<br />
but does the indenting correct for me:</p>
<p>vmap ss &gt;`&#8221;zdkok$&#8221;zp:%s/rafftag//g</p>
<p>The indenting has been a problem for me too.<br />
b doesn&#8217;t work too well. &#8220;bp works much better.<br />
Or you can do :set paste and :set nopaste)afterwards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
