<?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>《vi/vim使用进阶: 使用taglist插件》的评论</title>
	<atom:link href="http://easwy.com/blog/archives/advanced-vim-skills-taglist-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://easwy.com/blog/archives/advanced-vim-skills-taglist-plugin/</link>
	<description>关注Linux, Scala, Android, Java, 开源软件和嵌入式系统</description>
	<lastBuildDate>Tue, 31 Jan 2012 02:52:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>作者：soJingle&#039;s Blog &#187; 适合代码阅读的Vim配置和使用</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-taglist-plugin/#comment-12232</link>
		<dc:creator>soJingle&#039;s Blog &#187; 适合代码阅读的Vim配置和使用</dc:creator>
		<pubDate>Wed, 23 Nov 2011 14:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=128#comment-12232</guid>
		<description>[...] 手把手教你把Vim改装成一个IDE编程环境 vi/vim使用进阶: 使用taglist插件 vi/Vim + Cscope/Ctags    code reading vim    [...]</description>
		<content:encoded><![CDATA[<p>[...] 手把手教你把Vim改装成一个IDE编程环境 vi/vim使用进阶: 使用taglist插件 vi/Vim + Cscope/Ctags    code reading vim    [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：希锐亚</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-taglist-plugin/#comment-11768</link>
		<dc:creator>希锐亚</dc:creator>
		<pubDate>Fri, 28 Oct 2011 14:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=128#comment-11768</guid>
		<description>是的。
谢谢指点，我在taglist.vim中添加&quot;set foldcolumn=0&quot;，讨厌的边框就没有了</description>
		<content:encoded><![CDATA[<p>是的。<br />
谢谢指点，我在taglist.vim中添加”set foldcolumn=0&#8243;，讨厌的边框就没有了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Easwy</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-taglist-plugin/#comment-11755</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Fri, 28 Oct 2011 03:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=128#comment-11755</guid>
		<description>你说的边框粗指什么呢？是指folding的那几条线吗？你看一下这个文档
:help &#039;foldcolumn&#039;</description>
		<content:encoded><![CDATA[<p>你说的边框粗指什么呢？是指folding的那几条线吗？你看一下这个文档<br />
:help &#8216;foldcolumn&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：希锐亚</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-taglist-plugin/#comment-11202</link>
		<dc:creator>希锐亚</dc:creator>
		<pubDate>Thu, 20 Oct 2011 05:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=128#comment-11202</guid>
		<description>博主你好，我按照你的教程进行配置，taglist也可以正常使用，但是为什么它左边的边框那么粗呢？
之后我再看你的配图，发现你图中taglist窗口左边的边框也是很粗的（只是因为配色的原因没我的那么明显）。
我想有没有可能是因为开启了显示行号的功能造成的，于是去掉行号显示(:set nonumber)，主窗口左边的边框变细了，但taglist窗口的边框还是那么粗。

博主你知道如何让taglist窗口左边的边框变细吗？求教！</description>
		<content:encoded><![CDATA[<p>博主你好，我按照你的教程进行配置，taglist也可以正常使用，但是为什么它左边的边框那么粗呢？<br />
之后我再看你的配图，发现你图中taglist窗口左边的边框也是很粗的（只是因为配色的原因没我的那么明显）。<br />
我想有没有可能是因为开启了显示行号的功能造成的，于是去掉行号显示(:set nonumber)，主窗口左边的边框变细了，但taglist窗口的边框还是那么粗。</p>
<p>博主你知道如何让taglist窗口左边的边框变细吗？求教！</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Easwy</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-taglist-plugin/#comment-10074</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Tue, 23 Aug 2011 01:36:22 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=128#comment-10074</guid>
		<description>&lt;a href=&quot;#comment-10059&quot; rel=&quot;nofollow&quot;&gt;@Lux &lt;/a&gt; 
看你的错误，应该是你的vimrc中没有定义MySys()这个函数

vim的文档非常全面，你可以在vim中输入&quot;:help XXX&quot;来查看关于XXX的帮助文件，例如，对你上面的错误，你可以用：

:help E124
:help E117
:help E15</description>
		<content:encoded><![CDATA[<p><a href="#comment-10059" rel="nofollow">@Lux </a><br />
看你的错误，应该是你的vimrc中没有定义MySys()这个函数</p>
<p>vim的文档非常全面，你可以在vim中输入”:help XXX”来查看关于XXX的帮助文件，例如，对你上面的错误，你可以用：</p>
<p>:help E124<br />
:help E117<br />
:help E15</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Lux</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-taglist-plugin/#comment-10059</link>
		<dc:creator>Lux</dc:creator>
		<pubDate>Mon, 22 Aug 2011 08:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=128#comment-10059</guid>
		<description>前辈您好，我是一个刚刚开始接触vim的新手
看了您的vimbolg，有些疑问
我照着步骤执行，将代码写入vimrc后，
终端打开时提示我一下错误

➜  ~  mvim ~/.vimrc
➜  ~  Error detected while processing /Users/risyran/.vimrc:
line   38:
E117: Unknown function: MySys
E15: Invalid expression: MySys()==&quot;windows&quot;^I^I&quot;设定windows系统中的ctags程序的位置&quot;

因为我对很多东西不理解，首先是这些函数方法，不晓得为什么直接就写，有引入和声明的概念么？这些我不太清楚，所以照前辈的代码原封不动的copy上去，提示如上错误，进入vim后也能执行TlistOpen，但是目前并没有打开某程序文件，所以不清楚效果，但是您能否抽空解答我这菜鸟的这些小小疑问呢？
首先是这些方法哪里可以看到？如何知道它们的用处？是否有文档？以及出了的这个错误如何解决？

         如果您能指点几下就太开心了</description>
		<content:encoded><![CDATA[<p>前辈您好，我是一个刚刚开始接触vim的新手<br />
看了您的vimbolg，有些疑问<br />
我照着步骤执行，将代码写入vimrc后，<br />
终端打开时提示我一下错误</p>
<p>➜  ~  mvim ~/.vimrc<br />
➜  ~  Error detected while processing /Users/risyran/.vimrc:<br />
line   38:<br />
E117: Unknown function: MySys<br />
E15: Invalid expression: MySys()==”windows”^I^I”设定windows系统中的ctags程序的位置”</p>
<p>因为我对很多东西不理解，首先是这些函数方法，不晓得为什么直接就写，有引入和声明的概念么？这些我不太清楚，所以照前辈的代码原封不动的copy上去，提示如上错误，进入vim后也能执行TlistOpen，但是目前并没有打开某程序文件，所以不清楚效果，但是您能否抽空解答我这菜鸟的这些小小疑问呢？<br />
首先是这些方法哪里可以看到？如何知道它们的用处？是否有文档？以及出了的这个错误如何解决？</p>
<p>         如果您能指点几下就太开心了</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Easwy</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-taglist-plugin/#comment-6094</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Sat, 15 Jan 2011 06:22:28 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=128#comment-6094</guid>
		<description>&lt;a href=&quot;#comment-6067&quot; rel=&quot;nofollow&quot;&gt;@aotooMan &lt;/a&gt; 
看21楼的回复</description>
		<content:encoded><![CDATA[<p><a href="#comment-6067" rel="nofollow">@aotooMan </a><br />
看21楼的回复</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：aotooMan</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-taglist-plugin/#comment-6067</link>
		<dc:creator>aotooMan</dc:creator>
		<pubDate>Fri, 14 Jan 2011 03:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=128#comment-6067</guid>
		<description>我遇到的情况和 #19 楼一样，感觉VIM不自动刷新，有没有对应的刷新屏幕的函数啊?</description>
		<content:encoded><![CDATA[<p>我遇到的情况和 #19 楼一样，感觉VIM不自动刷新，有没有对应的刷新屏幕的函数啊?</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Easwy</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-taglist-plugin/#comment-4512</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Thu, 09 Sep 2010 07:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=128#comment-4512</guid>
		<description>&lt;a href=&quot;#comment-4508&quot; rel=&quot;nofollow&quot;&gt;@newer &lt;/a&gt; 
buf explorer应该是自动更新的，每打开一个缓冲区，它都能自动更新。

如果Taglist不自动更新新增加的函数，你可以在Taglist窗口里使用&quot;u&quot;命令刷新一下就行了。</description>
		<content:encoded><![CDATA[<p><a href="#comment-4508" rel="nofollow">@newer </a><br />
buf explorer应该是自动更新的，每打开一个缓冲区，它都能自动更新。</p>
<p>如果Taglist不自动更新新增加的函数，你可以在Taglist窗口里使用”u”命令刷新一下就行了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：newer</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-taglist-plugin/#comment-4510</link>
		<dc:creator>newer</dc:creator>
		<pubDate>Thu, 09 Sep 2010 03:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=128#comment-4510</guid>
		<description>&lt;a href=&quot;#comment-4508&quot; rel=&quot;nofollow&quot;&gt;@newer &lt;/a&gt; 
列表不刷新是 新增加的函数不刷新</description>
		<content:encoded><![CDATA[<p><a href="#comment-4508" rel="nofollow">@newer </a><br />
列表不刷新是 新增加的函数不刷新</p>
]]></content:encoded>
	</item>
</channel>
</rss>

