<?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使用进阶: lookupfile插件》的评论</title>
	<atom:link href="http://easwy.com/blog/archives/advanced-vim-skills-lookupfile-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://easwy.com/blog/archives/advanced-vim-skills-lookupfile-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>作者：ReMeppo</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-lookupfile-plugin/#comment-13066</link>
		<dc:creator>ReMeppo</dc:creator>
		<pubDate>Sat, 31 Dec 2011 02:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=142#comment-13066</guid>
		<description>真是太感谢了!  终于看到一篇能解决实际问题的文章了 ,  最近想用VIM编辑工程,  就是有几个问题纠结了, 搜到LZ这篇文章又解决一个问题哈~~~  我准备把其他几篇全看完!!!!</description>
		<content:encoded><![CDATA[<p>真是太感谢了!  终于看到一篇能解决实际问题的文章了 ,  最近想用VIM编辑工程,  就是有几个问题纠结了, 搜到LZ这篇文章又解决一个问题哈~~~  我准备把其他几篇全看完!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Easwy</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-lookupfile-plugin/#comment-12991</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Tue, 27 Dec 2011 09:17:40 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=142#comment-12991</guid>
		<description>&lt;a href=&quot;#comment-12837&quot; rel=&quot;nofollow&quot;&gt;@yuebao &lt;/a&gt; 
在我的记忆里，“E117: Unknown function: lookupfile#OpenWindow”这个错误，是你的lookupfile插件没完全完全造成的，这个插件在.vim/autoload和.vim/plugin目录分别有一个文件，请检查.vim/autoload目录中是否有这个文件。</description>
		<content:encoded><![CDATA[<p><a href="#comment-12837" rel="nofollow">@yuebao </a><br />
在我的记忆里，“E117: Unknown function: lookupfile#OpenWindow”这个错误，是你的lookupfile插件没完全完全造成的，这个插件在.vim/autoload和.vim/plugin目录分别有一个文件，请检查.vim/autoload目录中是否有这个文件。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：yuebao</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-lookupfile-plugin/#comment-12837</link>
		<dc:creator>yuebao</dc:creator>
		<pubDate>Tue, 20 Dec 2011 07:39:22 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=142#comment-12837</guid>
		<description>&lt;blockquote cite=&quot;#commentbody-23&quot;&gt;
&lt;strong&gt;&lt;a href=&quot;#comment-23&quot; rel=&quot;nofollow&quot;&gt;Easwy&lt;/a&gt; :&lt;/strong&gt;
 (以下为CSDN评论的转帖)
#donkey 发表于2008-07-25 12:42:10 IP: 58.246.27.*
 Easwy,
 我的VIM版本是7.1并且安装了最新的 Lookupfile and genutils。但是当我用F5触发的时候，我遇到了以下问题。请问您可以指点一下吗？
 Error detected while processing function 12_LookupUsing:
 line 16:
 E117: Unknown function: lookupfile#OpenWindow
#donkey 发表于2008-07-25 16:26:31 IP: 58.246.27.*
 This issue has been fixed. Thanks
#leroywang 发表于2008-10-11 19:56:07 IP: 61.141.221.*
 起动时指定一tag文件,当目录改变后再使g:LookupFile_TagExpr重新指向另一文件,新指定的tag文件并不会马上生效,lookup时使用的还是原来的tag文件,请问怎样reset tag文件的链接,thx.
 2008-10-29 14:16:15作者回复
 从lookupfile脚本来看，它每次都是使用g:LookupFile_TagExpr来进行查找。也就是说这个变量的值改变后立即生效。你用下面的命令确定一下这个变量的值是不是真的改了：
 :echo eval(g:LookupFile_TagExpr)
#wadewang2008 发表于2009-02-03 10:48:17 IP: 147.145.40.*
 hi donkey and Easywy,
 i also met the same error:
 Error detected while processing function 12_LookupUsing:
 line 16:
 E117: Unknown function: lookupfile#OpenWindow
 could you please tell me how your issue was fixed? i used gvim7.1 under linux.
 great thanks!
 &lt;/blockquote&gt;

我也遇到了同样的问题，不知各位怎么解决的？</description>
		<content:encoded><![CDATA[<blockquote cite="#commentbody-23"><p>
<strong><a href="#comment-23" rel="nofollow">Easwy</a> :</strong><br />
 (以下为CSDN评论的转帖)<br />
#donkey 发表于2008-07-25 12:42:10 IP: 58.246.27.*<br />
 Easwy,<br />
 我的VIM版本是7.1并且安装了最新的 Lookupfile and genutils。但是当我用F5触发的时候，我遇到了以下问题。请问您可以指点一下吗？<br />
 Error detected while processing function 12_LookupUsing:<br />
 line 16:<br />
 E117: Unknown function: lookupfile#OpenWindow<br />
#donkey 发表于2008-07-25 16:26:31 IP: 58.246.27.*<br />
 This issue has been fixed. Thanks<br />
#leroywang 发表于2008-10-11 19:56:07 IP: 61.141.221.*<br />
 起动时指定一tag文件,当目录改变后再使g:LookupFile_TagExpr重新指向另一文件,新指定的tag文件并不会马上生效,lookup时使用的还是原来的tag文件,请问怎样reset tag文件的链接,thx.<br />
 2008-10-29 14:16:15作者回复<br />
 从lookupfile脚本来看，它每次都是使用g:LookupFile_TagExpr来进行查找。也就是说这个变量的值改变后立即生效。你用下面的命令确定一下这个变量的值是不是真的改了：<br />
 :echo eval(g:LookupFile_TagExpr)<br />
#wadewang2008 发表于2009-02-03 10:48:17 IP: 147.145.40.*<br />
 hi donkey and Easywy,<br />
 i also met the same error:<br />
 Error detected while processing function 12_LookupUsing:<br />
 line 16:<br />
 E117: Unknown function: lookupfile#OpenWindow<br />
 could you please tell me how your issue was fixed? i used gvim7.1 under linux.<br />
 great thanks!
 </p></blockquote>
<p>我也遇到了同样的问题，不知各位怎么解决的？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Easwy</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-lookupfile-plugin/#comment-3581</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Sat, 03 Jul 2010 04:45:09 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=142#comment-3581</guid>
		<description>&lt;a href=&quot;#comment-3579&quot; rel=&quot;nofollow&quot;&gt;@polaris &lt;/a&gt; 
你是说这个页面吗？我这里没问题：
http://www.vim.org/scripts/script.php?script_id=1581

给你发了一份了。</description>
		<content:encoded><![CDATA[<p><a href="#comment-3579" rel="nofollow">@polaris </a><br />
你是说这个页面吗？我这里没问题：<br />
<a href="http://www.vim.org/scripts/script.php?script_id=1581" rel="nofollow">http://www.vim.org/scripts/script.php?script_id=1581</a></p>
<p>给你发了一份了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：polaris</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-lookupfile-plugin/#comment-3579</link>
		<dc:creator>polaris</dc:creator>
		<pubDate>Sat, 03 Jul 2010 02:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=142#comment-3579</guid>
		<description>您好，最近在学习Vim，您的系列文章很好。这个插件lookupfile，你提供的地址没法下载，不知道为啥，其他的插件都能下载的。这个插件根本没看到有下载链接，进入这个页面只有左边的菜单栏，右边是空白页面。您能发一个给我吗？xuxinhua1984@gmail.com</description>
		<content:encoded><![CDATA[<p>您好，最近在学习Vim，您的系列文章很好。这个插件lookupfile，你提供的地址没法下载，不知道为啥，其他的插件都能下载的。这个插件根本没看到有下载链接，进入这个页面只有左边的菜单栏，右边是空白页面。您能发一个给我吗？xuxinhua1984@gmail.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Easwy</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-lookupfile-plugin/#comment-3277</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Thu, 24 Jun 2010 04:20:30 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=142#comment-3277</guid>
		<description>&lt;a href=&quot;#comment-3185&quot; rel=&quot;nofollow&quot;&gt;@dedekd &lt;/a&gt; 

这个不是vim脚本，是shell脚本，没什么本质区别</description>
		<content:encoded><![CDATA[<p><a href="#comment-3185" rel="nofollow">@dedekd </a> </p>
<p>这个不是vim脚本，是shell脚本，没什么本质区别</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：dedekd</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-lookupfile-plugin/#comment-3185</link>
		<dc:creator>dedekd</dc:creator>
		<pubDate>Mon, 21 Jun 2010 10:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=142#comment-3185</guid>
		<description>lookupfile里面的help也提供了生成tag的脚本，请问博主和您写的脚步又什么区别呢？我刚接触vim，还看不懂你们的脚本.....</description>
		<content:encoded><![CDATA[<p>lookupfile里面的help也提供了生成tag的脚本，请问博主和您写的脚步又什么区别呢？我刚接触vim，还看不懂你们的脚本&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Easwy</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-lookupfile-plugin/#comment-2738</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Fri, 07 May 2010 01:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=142#comment-2738</guid>
		<description>&lt;a href=&quot;#comment-2730&quot; rel=&quot;nofollow&quot;&gt;@rainfish &lt;/a&gt; 
目前最新版本的lookupfile和我写这篇文章时的版本有所改变。
我刚才已经更新了文章中为lookupfile所绑定的按键，可以用于最新的lookupfile插件。</description>
		<content:encoded><![CDATA[<p><a href="#comment-2730" rel="nofollow">@rainfish </a><br />
目前最新版本的lookupfile和我写这篇文章时的版本有所改变。<br />
我刚才已经更新了文章中为lookupfile所绑定的按键，可以用于最新的lookupfile插件。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：Easwy</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-lookupfile-plugin/#comment-2737</link>
		<dc:creator>Easwy</dc:creator>
		<pubDate>Fri, 07 May 2010 01:32:46 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=142#comment-2737</guid>
		<description>&lt;a href=&quot;#comment-2730&quot; rel=&quot;nofollow&quot;&gt;@rainfish &lt;/a&gt; 
建议你按我文章中所讲的，单独为lookupfile插件生成一个tag文件，用于文件查找。</description>
		<content:encoded><![CDATA[<p><a href="#comment-2730" rel="nofollow">@rainfish </a><br />
建议你按我文章中所讲的，单独为lookupfile插件生成一个tag文件，用于文件查找。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：rainfish</title>
		<link>http://easwy.com/blog/archives/advanced-vim-skills-lookupfile-plugin/#comment-2730</link>
		<dc:creator>rainfish</dc:creator>
		<pubDate>Thu, 06 May 2010 11:39:33 +0000</pubDate>
		<guid isPermaLink="false">http://easwy.com/blog/?p=142#comment-2730</guid>
		<description>博主，您好，没想到头几个问题您这么快就解答了，非常感谢！其他几个问题都解决了，非常感谢！现在一个苦恼的问题就是lookupfile，按照您的办法配置后，一开始可以查询文件，但是当打开文件后，再次查询就无法找到文件了，只是找到一些tag，比如类名字了，宏定义了之类的，而且选择后也不能定位到类名字的位置，而是新建了一个文件，不知道怎么回事，还望博主解答，非常感谢！</description>
		<content:encoded><![CDATA[<p>博主，您好，没想到头几个问题您这么快就解答了，非常感谢！其他几个问题都解决了，非常感谢！现在一个苦恼的问题就是lookupfile，按照您的办法配置后，一开始可以查询文件，但是当打开文件后，再次查询就无法找到文件了，只是找到一些tag，比如类名字了，宏定义了之类的，而且选择后也不能定位到类名字的位置，而是新建了一个文件，不知道怎么回事，还望博主解答，非常感谢！</p>
]]></content:encoded>
	</item>
</channel>
</rss>

