<?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>评论：VIM教程与学习资料汇总（2010-02-19更新）</title>
	<atom:link href="http://xbeta.info/vim-tutorials.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://xbeta.info/vim-tutorials.htm</link>
	<description></description>
	<lastBuildDate>Sat, 13 Mar 2010 17:51:49 +0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：木木 &#187; Blog Archive &#187; 常用网站</title>
		<link>http://xbeta.info/vim-tutorials.htm/comment-page-1#comment-15950</link>
		<dc:creator>木木 &#187; Blog Archive &#187; 常用网站</dc:creator>
		<pubDate>Sat, 13 Mar 2010 17:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.5.119/2.2/?p=97#comment-15950</guid>
		<description>[...] VIM教程与学习资料汇总 &#124; 善用佳软 [...]</description>
		<content:encoded><![CDATA[<p>[...] VIM教程与学习资料汇总 | 善用佳软 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：小强</title>
		<link>http://xbeta.info/vim-tutorials.htm/comment-page-1#comment-15927</link>
		<dc:creator>小强</dc:creator>
		<pubDate>Fri, 12 Mar 2010 06:44:52 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.5.119/2.2/?p=97#comment-15927</guid>
		<description>多谢，按照你的方法修改后果然就好了。</description>
		<content:encoded><![CDATA[<p>多谢，按照你的方法修改后果然就好了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：PT Ubuntu Blog &#187; Vim 键盘图中文版</title>
		<link>http://xbeta.info/vim-tutorials.htm/comment-page-1#comment-15909</link>
		<dc:creator>PT Ubuntu Blog &#187; Vim 键盘图中文版</dc:creator>
		<pubDate>Thu, 11 Mar 2010 08:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.5.119/2.2/?p=97#comment-15909</guid>
		<description>[...] VIM 是款有着将近20年历史的老软件，用来进行文本处理，其强大的功能及优秀的结构使其保持顽强的生命力，至今仍影响着众多用户。对于 VIM，善用佳软的VIM教程与学习资料汇总非常值得学习。但很多人可能像我一样没有时间细细地学习，总是用一点，学一点，也很不错。 [...]</description>
		<content:encoded><![CDATA[<p>[...] VIM 是款有着将近20年历史的老软件，用来进行文本处理，其强大的功能及优秀的结构使其保持顽强的生命力，至今仍影响着众多用户。对于 VIM，善用佳软的VIM教程与学习资料汇总非常值得学习。但很多人可能像我一样没有时间细细地学习，总是用一点，学一点，也很不错。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Vim 键盘图中文版 - 小众软件</title>
		<link>http://xbeta.info/vim-tutorials.htm/comment-page-1#comment-15906</link>
		<dc:creator>Vim 键盘图中文版 - 小众软件</dc:creator>
		<pubDate>Thu, 11 Mar 2010 06:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.5.119/2.2/?p=97#comment-15906</guid>
		<description>[...] VIM 是款有着将近20年历史的老软件，用来进行文本处理，其强大的功能及优秀的结构使其保持顽强的生命力，至今仍影响着众多用户。对于 VIM，善用佳软的VIM教程与学习资料汇总非常值得学习。但很多人可能像我一样没有时间细细地学习，总是用一点，学一点，也很不错。 [...]</description>
		<content:encoded><![CDATA[<p>[...] VIM 是款有着将近20年历史的老软件，用来进行文本处理，其强大的功能及优秀的结构使其保持顽强的生命力，至今仍影响着众多用户。对于 VIM，善用佳软的VIM教程与学习资料汇总非常值得学习。但很多人可能像我一样没有时间细细地学习，总是用一点，学一点，也很不错。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：cnkiller</title>
		<link>http://xbeta.info/vim-tutorials.htm/comment-page-1#comment-15779</link>
		<dc:creator>cnkiller</dc:creator>
		<pubDate>Fri, 05 Mar 2010 00:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.5.119/2.2/?p=97#comment-15779</guid>
		<description>到“vimfiles”目录浏览一下，在“plugin”目录下发现“vimcdoc.vim”，打开，找到一句

set encoding=utf-8

句首加双引号注释掉

&quot; set encoding=utf-8

重启Vim，问题解决

我也是遇到了，网上找到的解决方法</description>
		<content:encoded><![CDATA[<p>到“vimfiles”目录浏览一下，在“plugin”目录下发现“vimcdoc.vim”，打开，找到一句</p>
<p>set encoding=utf-8</p>
<p>句首加双引号注释掉</p>
<p>&#8221; set encoding=utf-8</p>
<p>重启Vim，问题解决</p>
<p>我也是遇到了，网上找到的解决方法</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：bz2009</title>
		<link>http://xbeta.info/vim-tutorials.htm/comment-page-1#comment-15642</link>
		<dc:creator>bz2009</dc:creator>
		<pubDate>Mon, 01 Mar 2010 00:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.5.119/2.2/?p=97#comment-15642</guid>
		<description>感谢xbeta，果然好使，.m$如何解释？
是移动到文尾的意思吗？$ 不是行尾吗？
另外：没有 . 好像也行。</description>
		<content:encoded><![CDATA[<p>感谢xbeta，果然好使，.m$如何解释？<br />
是移动到文尾的意思吗？$ 不是行尾吗？<br />
另外：没有 . 好像也行。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：stonewang</title>
		<link>http://xbeta.info/vim-tutorials.htm/comment-page-1#comment-15620</link>
		<dc:creator>stonewang</dc:creator>
		<pubDate>Sat, 27 Feb 2010 05:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.5.119/2.2/?p=97#comment-15620</guid>
		<description>推荐 碎碎念 的 Vim进阶索引系列，非常棒。
http://blah.blogsome.com/</description>
		<content:encoded><![CDATA[<p>推荐 碎碎念 的 Vim进阶索引系列，非常棒。<br />
<a href="http://blah.blogsome.com/" rel="nofollow">http://blah.blogsome.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：20100217 晚间软闻 - 小众软件</title>
		<link>http://xbeta.info/vim-tutorials.htm/comment-page-1#comment-15524</link>
		<dc:creator>20100217 晚间软闻 - 小众软件</dc:creator>
		<pubDate>Mon, 22 Feb 2010 12:48:31 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.5.119/2.2/?p=97#comment-15524</guid>
		<description>[...] VIM 教程与学习资料汇总  VIM 的强大可以用震撼来形容，当然在上手 VIM 之前，只能用呆板、难用来形容。这里有学习 VIM 的各种教程与资料，足够成为高手。@scavin 从上马 VPS 后开始尝试 VIM，虽然目前仅仅掌握了皮毛，但也能深深体会 VIM 的强大，不用不知道，真的。小众有个在线备用教程，有需要的同学可收藏。Xbeta 曾给我讲过关于 VIM 软件的许多事情，并且提到：当掌握 VIM 及 TC 后，你对软件的理解都会上一个层次。好吧，我不废话了，有兴趣的可以去学习，没兴趣的继续往下看 [...]</description>
		<content:encoded><![CDATA[<p>[...] VIM 教程与学习资料汇总  VIM 的强大可以用震撼来形容，当然在上手 VIM 之前，只能用呆板、难用来形容。这里有学习 VIM 的各种教程与资料，足够成为高手。@scavin 从上马 VPS 后开始尝试 VIM，虽然目前仅仅掌握了皮毛，但也能深深体会 VIM 的强大，不用不知道，真的。小众有个在线备用教程，有需要的同学可收藏。Xbeta 曾给我讲过关于 VIM 软件的许多事情，并且提到：当掌握 VIM 及 TC 后，你对软件的理解都会上一个层次。好吧，我不废话了，有兴趣的可以去学习，没兴趣的继续往下看 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：PDF to Word Converter &#8211; PDF 转 Word [已经结束] - 小众软件</title>
		<link>http://xbeta.info/vim-tutorials.htm/comment-page-1#comment-15523</link>
		<dc:creator>PDF to Word Converter &#8211; PDF 转 Word [已经结束] - 小众软件</dc:creator>
		<pubDate>Mon, 22 Feb 2010 12:35:01 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.5.119/2.2/?p=97#comment-15523</guid>
		<description>[...] 安装后运行 PDF to Word Converter，会弹出注册窗口。可以在这里免费获得注册码。@sfufoet 我转换了台湾网友李果正编写的 VIM 手册，我发现里面的目录的跳转链接丢失，目录的格式也有点走样。拿来应急的话还是可以接受的。 [...]</description>
		<content:encoded><![CDATA[<p>[...] 安装后运行 PDF to Word Converter，会弹出注册窗口。可以在这里免费获得注册码。@sfufoet 我转换了台湾网友李果正编写的 VIM 手册，我发现里面的目录的跳转链接丢失，目录的格式也有点走样。拿来应急的话还是可以接受的。 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：hitsmaxft</title>
		<link>http://xbeta.info/vim-tutorials.htm/comment-page-1#comment-15497</link>
		<dc:creator>hitsmaxft</dc:creator>
		<pubDate>Sun, 21 Feb 2010 15:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://192.168.5.119/2.2/?p=97#comment-15497</guid>
		<description>回错地方了,但是解决的方法也是出自这篇文章</description>
		<content:encoded><![CDATA[<p>回错地方了,但是解决的方法也是出自这篇文章</p>
]]></content:encoded>
	</item>
</channel>
</rss>
