<?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>评论：Exuberant Ctags用法：选择tag文件中所包含的tag类型</title>
	<atom:link href="http://easwy.com/blog/archives/ctags-usage-select-tag-kinds/feed/" rel="self" type="application/rss+xml" />
	<link>http://easwy.com/blog/archives/ctags-usage-select-tag-kinds/</link>
	<description>关注Linux, Scala, Java, 开源软件和嵌入式系统</description>
	<lastBuildDate>Thu, 09 Sep 2010 07:07:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>来自：Easwy</title>
		<link>http://easwy.com/blog/archives/ctags-usage-select-tag-kinds/#comment-542</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Fri, 12 Jun 2009 01:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=874#comment-542</guid>
		<description>&lt;a href=&quot;#comment-536&quot; rel=&quot;nofollow&quot;&gt;@伐木丁丁&lt;/a&gt; 
这是因为windows上缺省的vimrc($VIM/_vimrc)引用了$VIM/mswin.vim，重新定义了很多映射。只需要更改一下缺省的vimrc就可以了。</description>
		<content:encoded><![CDATA[<p><a href="#comment-536" rel="nofollow">@伐木丁丁</a><br />
这是因为windows上缺省的vimrc($VIM/_vimrc)引用了$VIM/mswin.vim，重新定义了很多映射。只需要更改一下缺省的vimrc就可以了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：伐木丁丁</title>
		<link>http://easwy.com/blog/archives/ctags-usage-select-tag-kinds/#comment-536</link>
		<dc:creator>伐木丁丁</dc:creator>
		<pubDate>Thu, 11 Jun 2009 11:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=874#comment-536</guid>
		<description>博主你好。又来请教您问题了。

我平时在linux下用vim。现在在win下装了一个gvim。发现gvim好多地方使用和vim不一样。比如ctrl+v是粘贴，本来想进入列模式的。现在不知道如何进入列模式了。
请问，如何设置，才能使windows下的gvim的操作习惯和linux上的vim操作习惯完全一致，而不要windows下的那些ctrl+c / ctrl+v 那些键绑定？

thanks。</description>
		<content:encoded><![CDATA[<p>博主你好。又来请教您问题了。</p>
<p>我平时在linux下用vim。现在在win下装了一个gvim。发现gvim好多地方使用和vim不一样。比如ctrl+v是粘贴，本来想进入列模式的。现在不知道如何进入列模式了。<br />
请问，如何设置，才能使windows下的gvim的操作习惯和linux上的vim操作习惯完全一致，而不要windows下的那些ctrl+c / ctrl+v 那些键绑定？</p>
<p>thanks。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Easwy</title>
		<link>http://easwy.com/blog/archives/ctags-usage-select-tag-kinds/#comment-457</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Tue, 02 Jun 2009 06:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=874#comment-457</guid>
		<description>&lt;a href=&quot;#comment-443&quot; rel=&quot;nofollow&quot;&gt;@kaiix&lt;/a&gt; 
:help compl-keyword
:help &#039;complete&#039;

主要是检查complete选项和path选项的设置</description>
		<content:encoded><![CDATA[<p><a href="#comment-443" rel="nofollow">@kaiix</a><br />
:help compl-keyword<br />
:help &#8216;complete&#8217;</p>
<p>主要是检查complete选项和path选项的设置</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：kaiix</title>
		<link>http://easwy.com/blog/archives/ctags-usage-select-tag-kinds/#comment-443</link>
		<dc:creator>kaiix</dc:creator>
		<pubDate>Thu, 28 May 2009 02:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=874#comment-443</guid>
		<description>Easywy您好，我有一个问题想请教您。
问题是这样的，我要移植一个gtk+项目到Windows下，gtk+环境配置好了，在linux下面我可以利用vim自动补全补全#include 中包含的难记忆的API名称，在Windows下我不知道如何设置vim使他可以自动补全include文件中的内容。
不知道linux下它是如何实现这一功能的。如果只是在环境变量中注册gtk的头文件位置，我在Windows环境变量中也加入了gtk的路径，没有反应。在vimrc中设置set path=...也不管用。</description>
		<content:encoded><![CDATA[<p>Easywy您好，我有一个问题想请教您。<br />
问题是这样的，我要移植一个gtk+项目到Windows下，gtk+环境配置好了，在linux下面我可以利用vim自动补全补全#include 中包含的难记忆的API名称，在Windows下我不知道如何设置vim使他可以自动补全include文件中的内容。<br />
不知道linux下它是如何实现这一功能的。如果只是在环境变量中注册gtk的头文件位置，我在Windows环境变量中也加入了gtk的路径，没有反应。在vimrc中设置set path=&#8230;也不管用。</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Easwy</title>
		<link>http://easwy.com/blog/archives/ctags-usage-select-tag-kinds/#comment-361</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Mon, 04 May 2009 02:26:51 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=874#comment-361</guid>
		<description>&lt;a href=&quot;#comment-355&quot; rel=&quot;nofollow&quot;&gt;@Iven&lt;/a&gt; 
这个不清楚，也许要改omni插件吧..</description>
		<content:encoded><![CDATA[<p><a href="#comment-355" rel="nofollow">@Iven</a><br />
这个不清楚，也许要改omni插件吧..</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Easwy</title>
		<link>http://easwy.com/blog/archives/ctags-usage-select-tag-kinds/#comment-360</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Mon, 04 May 2009 02:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=874#comment-360</guid>
		<description>&lt;a href=&quot;#comment-359&quot; rel=&quot;nofollow&quot;&gt;@SamPeng&lt;/a&gt; 
看看taglist插件的FAQ吧：
:help taglist-faq</description>
		<content:encoded><![CDATA[<p><a href="#comment-359" rel="nofollow">@SamPeng</a><br />
看看taglist插件的FAQ吧：<br />
:help taglist-faq</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：SamPeng</title>
		<link>http://easwy.com/blog/archives/ctags-usage-select-tag-kinds/#comment-359</link>
		<dc:creator>SamPeng</dc:creator>
		<pubDate>Sun, 03 May 2009 05:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=874#comment-359</guid>
		<description>谢谢你的指导。。我发贴的时候已经根据你翻译的手册搞定了。。
但taglist好像还是用的常规ctags来获得tags的。
我也设置了 Tlist_Ctag_CMD属性指定到Exuberant Ctags目录。。没反应啊没反应</description>
		<content:encoded><![CDATA[<p>谢谢你的指导。。我发贴的时候已经根据你翻译的手册搞定了。。<br />
但taglist好像还是用的常规ctags来获得tags的。<br />
我也设置了 Tlist_Ctag_CMD属性指定到Exuberant Ctags目录。。没反应啊没反应</p>
]]></content:encoded>
	</item>
	<item>
		<title>来自：Iven</title>
		<link>http://easwy.com/blog/archives/ctags-usage-select-tag-kinds/#comment-355</link>
		<dc:creator>Iven</dc:creator>
		<pubDate>Sat, 02 May 2009 06:04:48 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=874#comment-355</guid>
		<description>我也有个问题，我习惯在 ( 前面加个空格，可是自动补全函数名的时候函数名和括号总是紧挨着的，有什么办法设置么？</description>
		<content:encoded><![CDATA[<p>我也有个问题，我习惯在 ( 前面加个空格，可是自动补全函数名的时候函数名和括号总是紧挨着的，有什么办法设置么？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
