<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>用科技创造明天 &#187; Vim</title>
	<atom:link href="http://www.cumt.org/blog/category/software/vim-software/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cumt.org</link>
	<description>Visual Studio, Oracle, Java, Visual Basic, PHP, Mac, Windows, Linux, FreeBSD</description>
	<lastBuildDate>Sun, 06 Jun 2010 12:56:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Vim 笔记</title>
		<link>http://www.cumt.org/blog/19</link>
		<comments>http://www.cumt.org/blog/19#comments</comments>
		<pubDate>Mon, 24 Nov 2008 10:07:38 +0000</pubDate>
		<dc:creator>thunderw</dc:creator>
				<category><![CDATA[Vim]]></category>

		<guid isPermaLink="false">http://www.cumt.org/?p=19</guid>
		<description><![CDATA[关于 \t 和 \n 要注意的是，如果你要匹配它们，也就是说出现在匹配串中的时候 要写 \t 和 \n，但是如果你要替换成它们，就不应该直接写 \t \n，而要用 Ctrl+V 接 或者 输入一个蓝色的特殊字符。 例如： :s/\n/ABC^M/g :s/\t/^T^T/g 而下面两个写法都是不对的： :s/\n/ABC\n/g :s/^T/^T^T/g]]></description>
		<wfw:commentRss>http://www.cumt.org/blog/19/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
