<?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"
	>
<channel>
	<title>Comments on: 史上最强的 Vim 配置文件？</title>
	<atom:link href="http://www.linuxtoy.org/archives/vimrc.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/vimrc.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<pubDate>Thu, 09 Feb 2012 23:35:31 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: 题叶</title>
		<link>http://linuxtoy.org/archives/vimrc.html#comment-246119</link>
		<dc:creator>题叶</dc:creator>
		<pubDate>Sun, 25 Sep 2011 11:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/vimrc.html#comment-246119</guid>
		<description>&lt;p&gt;难度好大, 我觉得读教程都不现实了, 有没有高人录过视频一类的东西可以看得?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>难度好大, 我觉得读教程都不现实了, 有没有高人录过视频一类的东西可以看得?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: MingXuan</title>
		<link>http://linuxtoy.org/archives/vimrc.html#comment-158707</link>
		<dc:creator>MingXuan</dc:creator>
		<pubDate>Fri, 14 May 2010 02:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/vimrc.html#comment-158707</guid>
		<description>&lt;p&gt;安装方法很简单，请参考作者的Blog: http://amix.dk/blog/viewEntry/162。
我安装在了我的$(PROJECT)目录下。很好用，谢谢！！！&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>安装方法很简单，请参考作者的Blog: <a href="http://amix.dk/blog/viewEntry/162" rel="nofollow">http://amix.dk/blog/viewEntry/162</a>。
我安装在了我的$(PROJECT)目录下。很好用，谢谢！！！</p>]]></content:encoded>
	</item>
	<item>
		<title>By: benzi</title>
		<link>http://linuxtoy.org/archives/vimrc.html#comment-136349</link>
		<dc:creator>benzi</dc:creator>
		<pubDate>Fri, 15 Jan 2010 15:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/vimrc.html#comment-136349</guid>
		<description>&lt;p&gt;哇 确实不错  细细读来蛮有收获。对初学者介绍一篇有详细说明（中文）的VIM配置文件。
http://laugh.0fees.net/archives/45&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>哇 确实不错  细细读来蛮有收获。对初学者介绍一篇有详细说明（中文）的VIM配置文件。
<a href="http://laugh.0fees.net/archives/45" rel="nofollow">http://laugh.0fees.net/archives/45</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: NiuB</title>
		<link>http://linuxtoy.org/archives/vimrc.html#comment-133435</link>
		<dc:creator>NiuB</dc:creator>
		<pubDate>Sat, 26 Dec 2009 00:32:24 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/vimrc.html#comment-133435</guid>
		<description>&lt;p&gt;N 年前看过，感觉没啥，N 年后在不同平台下用 VIM，再看，真是牛 B。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>N 年前看过，感觉没啥，N 年后在不同平台下用 VIM，再看，真是牛 B。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Seven</title>
		<link>http://linuxtoy.org/archives/vimrc.html#comment-126950</link>
		<dc:creator>Seven</dc:creator>
		<pubDate>Sat, 31 Oct 2009 06:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/vimrc.html#comment-126950</guid>
		<description>&lt;p&gt;在第一个出错行前一段，建一个下面这样的函数，其中return 里面的字符串根据你的操作系统进行选择，如Linux下函数就是：return "Linux",保存文件之后，再次开启VI时就不会有出错提示了。这个是作者博客里写到的。我是把它放到100行的地方新建了下面的内容。&lt;/p&gt;

&lt;p&gt;fun! MySys()
  return "windows"
endfun&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>在第一个出错行前一段，建一个下面这样的函数，其中return 里面的字符串根据你的操作系统进行选择，如Linux下函数就是：return "Linux",保存文件之后，再次开启VI时就不会有出错提示了。这个是作者博客里写到的。我是把它放到100行的地方新建了下面的内容。</p>

<p>fun! MySys()
  return "windows"
endfun</p>]]></content:encoded>
	</item>
	<item>
		<title>By: oppih</title>
		<link>http://linuxtoy.org/archives/vimrc.html#comment-121045</link>
		<dc:creator>oppih</dc:creator>
		<pubDate>Mon, 10 Aug 2009 06:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/vimrc.html#comment-121045</guid>
		<description>&lt;p&gt;请问，为什么我用了这个vimrc文件之后终端中打开vim写python语句却没有高亮显示呢？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>请问，为什么我用了这个vimrc文件之后终端中打开vim写python语句却没有高亮显示呢？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 3Q</title>
		<link>http://linuxtoy.org/archives/vimrc.html#comment-107160</link>
		<dc:creator>3Q</dc:creator>
		<pubDate>Thu, 19 Mar 2009 08:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/vimrc.html#comment-107160</guid>
		<description>&lt;p&gt;Thanks!
copy &#38; use&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks!
copy &amp; use</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Roc</title>
		<link>http://linuxtoy.org/archives/vimrc.html#comment-99560</link>
		<dc:creator>Roc</dc:creator>
		<pubDate>Mon, 29 Dec 2008 01:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/vimrc.html#comment-99560</guid>
		<description>&lt;p&gt;其实安装方法应该参考作者的Blog: http://amix.dk/blog/viewEntry/162&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>其实安装方法应该参考作者的Blog: <a href="http://amix.dk/blog/viewEntry/162" rel="nofollow">http://amix.dk/blog/viewEntry/162</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: oldbeancurd</title>
		<link>http://linuxtoy.org/archives/vimrc.html#comment-44863</link>
		<dc:creator>oldbeancurd</dc:creator>
		<pubDate>Sat, 22 Sep 2007 08:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/vimrc.html#comment-44863</guid>
		<description>&lt;p&gt;正像学怎么配置vim，感谢！&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>正像学怎么配置vim，感谢！</p>]]></content:encoded>
	</item>
	<item>
		<title>By: daqing</title>
		<link>http://linuxtoy.org/archives/vimrc.html#comment-522</link>
		<dc:creator>daqing</dc:creator>
		<pubDate>Sat, 09 Sep 2006 10:08:28 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/archives/vimrc.html#comment-522</guid>
		<description>&lt;p&gt;VIM 的确好用极了，感谢Linuxtoy&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>VIM 的确好用极了，感谢Linuxtoy</p>]]></content:encoded>
	</item>
</channel>
</rss>

