<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Fish on 111qqz's blog</title><link>https://111qqz.com/en/tags/fish/</link><description>Recent content in Fish on 111qqz's blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2015-2026 111qqz</copyright><lastBuildDate>Wed, 07 Jun 2017 05:50:27 +0000</lastBuildDate><atom:link href="https://111qqz.com/en/tags/fish/index.xml" rel="self" type="application/rss+xml"/><item><title>vundle error detected while processing function</title><link>https://111qqz.com/en/post/acm-icpc/2017/2017-06-07-vundle-error-detected-while-processing-function/</link><pubDate>Wed, 07 Jun 2017 05:50:27 +0000</pubDate><guid>https://111qqz.com/en/post/acm-icpc/2017/2017-06-07-vundle-error-detected-while-processing-function/</guid><description>&lt;h3 class="relative group"&gt;好久没装新插件了，最新要配下python,发现安装时候满屏的错误。。。
 &lt;div id="好久没装新插件了最新要配下python发现安装时候满屏的错误" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#%e5%a5%bd%e4%b9%85%e6%b2%a1%e8%a3%85%e6%96%b0%e6%8f%92%e4%bb%b6%e4%ba%86%e6%9c%80%e6%96%b0%e8%a6%81%e9%85%8d%e4%b8%8bpython%e5%8f%91%e7%8e%b0%e5%ae%89%e8%a3%85%e6%97%b6%e5%80%99%e6%bb%a1%e5%b1%8f%e7%9a%84%e9%94%99%e8%af%af" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;

&lt;h3 class="relative group"&gt;最后发现是shell的锅，因为我用的是fish,在.vimrc文件中添加
 &lt;div id="最后发现是shell的锅因为我用的是fish在vimrc文件中添加" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#%e6%9c%80%e5%90%8e%e5%8f%91%e7%8e%b0%e6%98%afshell%e7%9a%84%e9%94%85%e5%9b%a0%e4%b8%ba%e6%88%91%e7%94%a8%e7%9a%84%e6%98%affish%e5%9c%a8vimrc%e6%96%87%e4%bb%b6%e4%b8%ad%e6%b7%bb%e5%8a%a0" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;div class="highlight-wrapper"&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-vim" data-lang="vim"&gt;&lt;span class="line"&gt;&lt;span class="ln"&gt;1&lt;/span&gt;&lt;span class="cl"&gt;&lt;span class="k"&gt;set&lt;/span&gt; &lt;span class="nx"&gt;shell&lt;/span&gt;&lt;span class="p"&gt;=&lt;/span&gt;&lt;span class="sr"&gt;/bin/&lt;/span&gt;&lt;span class="nx"&gt;bash&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;h3 class="relative group"&gt;即可。
 &lt;div id="即可" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#%e5%8d%b3%e5%8f%af" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;

&lt;h3 class="relative group"&gt;以及说下可能的其他原因，虽然我没遇到
 &lt;div id="以及说下可能的其他原因虽然我没遇到" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#%e4%bb%a5%e5%8f%8a%e8%af%b4%e4%b8%8b%e5%8f%af%e8%83%bd%e7%9a%84%e5%85%b6%e4%bb%96%e5%8e%9f%e5%9b%a0%e8%99%bd%e7%84%b6%e6%88%91%e6%b2%a1%e9%81%87%e5%88%b0" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt; * 对于arch系，可能从aur中安装的版本out ot data
 * 可能没有把.vimrc中vundle的配置从set rtp+=~/.vim/bundle/vundle更新成set rtp+=~/.vim/bundle/vundle.vim
 * 可能项目名称用了&amp;quot; 而不是'
&lt;/code&gt;&lt;/pre&gt;

&lt;h3 class="relative group"&gt;以及顺手查了下bundle和Plugin的区别。。。
 &lt;div id="以及顺手查了下bundle和plugin的区别" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#%e4%bb%a5%e5%8f%8a%e9%a1%ba%e6%89%8b%e6%9f%a5%e4%ba%86%e4%b8%8bbundle%e5%92%8cplugin%e7%9a%84%e5%8c%ba%e5%88%ab" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;

&lt;h3 class="relative group"&gt;简单来说。。Plugin是新写法，bundle是正在被淘汰的写法，不过由于兼容性的原因，仍然在使用。。。
 &lt;div id="简单来说plugin是新写法bundle是正在被淘汰的写法不过由于兼容性的原因仍然在使用" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#%e7%ae%80%e5%8d%95%e6%9d%a5%e8%af%b4plugin%e6%98%af%e6%96%b0%e5%86%99%e6%b3%95bundle%e6%98%af%e6%ad%a3%e5%9c%a8%e8%a2%ab%e6%b7%98%e6%b1%b0%e7%9a%84%e5%86%99%e6%b3%95%e4%b8%8d%e8%bf%87%e7%94%b1%e4%ba%8e%e5%85%bc%e5%ae%b9%e6%80%a7%e7%9a%84%e5%8e%9f%e5%9b%a0%e4%bb%8d%e7%84%b6%e5%9c%a8%e4%bd%bf%e7%94%a8" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;

&lt;h3 class="relative group"&gt;以后使用plugin的写法就好。
 &lt;div id="以后使用plugin的写法就好" class="anchor"&gt;&lt;/div&gt;
 
 &lt;span
 class="absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none"&gt;
 &lt;a class="text-primary-300 dark:text-neutral-700 !no-underline" href="#%e4%bb%a5%e5%90%8e%e4%bd%bf%e7%94%a8plugin%e7%9a%84%e5%86%99%e6%b3%95%e5%b0%b1%e5%a5%bd" aria-label="Anchor"&gt;#&lt;/a&gt;
 &lt;/span&gt;
 
&lt;/h3&gt;
&lt;p&gt;&lt;a href="https://github.com/VundleVim/Vundle.vim/issues/690" target="_blank" rel="noreferrer"&gt;参考资料&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>