摘要:觸發(fā)場(chǎng)景標(biāo)簽打開,然后打開標(biāo)簽,此時(shí)再切回到標(biāo)簽,會(huì)報(bào)出一下錯(cuò)誤信息解決辦法下載補(bǔ)丁補(bǔ)丁內(nèi)容如下若不能下載,可以復(fù)制此內(nèi)容然后,應(yīng)用此補(bǔ)丁注意插件位置由你所用的插件管理器決定,可能跟我不一樣。
觸發(fā)場(chǎng)景
a.php 標(biāo)簽打開 taglist,然后打開 b.php 標(biāo)簽,此時(shí)再切回到 a.php 標(biāo)簽,vim 會(huì)報(bào)出一下錯(cuò)誤信息:
Error detected while processing function解決辦法29_Tlist_Refresh_Folds
下載 taglist 補(bǔ)丁:taglist.diff
補(bǔ)丁內(nèi)容如下:(若不能下載,可以復(fù)制此內(nèi)容)
diff --git a/vim/.vim/bundle/taglist/plugin/taglist.vim b/vim/.vim/bundle/taglist/plugin/taglist.vim index 59901f6..74487a1 100644 --- a/vim/.vim/bundle/taglist/plugin/taglist.vim +++ b/vim/.vim/bundle/taglist/plugin/taglist.vim @@ -4097,6 +4097,11 @@ endfunction " window. Used after entering a tab. If this is not done, then the folds " are not properly created for taglist windows displayed in multiple tabs. function! s:Tlist_Refresh_Folds() + + if g:Tlist_Show_One_File + return + endif + let winnum = bufwinnr(g:TagList_title) if winnum == -1 return
然后,應(yīng)用此補(bǔ)丁:
patch -p0 ~/.vim/plugged/taglist.vim/plugin/taglist.vim ~/Downloads/taglist.diff
注意: 插件位置由你所用的插件管理器決定,可能跟我不一樣。
參考:
Taglist error: Error detected while processing function
vim 常用功能
文章版權(quán)歸作者所有,未經(jīng)允許請(qǐng)勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。
轉(zhuǎn)載請(qǐng)注明本文地址:http://systransis.cn/yun/24993.html
摘要:?jiǎn)栴}描述打開之后,出現(xiàn)如下錯(cuò)誤原因這是。從之后已經(jīng)不再使用。顯然,這個(gè)問(wèn)題是由這個(gè)插件加載時(shí)引起的,可以通過(guò)修改源碼解決。 問(wèn)題描述 打開 vim 之后,出現(xiàn)如下錯(cuò)誤: Error detected while processing function youcompleteme#Enable[3]..71_SetUpPython: line 42: /must>not&exist/...
摘要:?jiǎn)栴}描述打開之后,出現(xiàn)如下錯(cuò)誤原因這是。從之后已經(jīng)不再使用。顯然,這個(gè)問(wèn)題是由這個(gè)插件加載時(shí)引起的,可以通過(guò)修改源碼解決。 問(wèn)題描述 打開 vim 之后,出現(xiàn)如下錯(cuò)誤: Error detected while processing function youcompleteme#Enable[3]..71_SetUpPython: line 42: /must>not&exist/...
摘要:部分必需正確配置的目錄。剛有個(gè)哥們問(wèn)怎樣表明就成功了,我定義了為命令,按就會(huì)執(zhí)行,如果代碼正確而運(yùn)行不出錯(cuò)就成功了,若代碼不正確運(yùn)行就會(huì)出現(xiàn)窗口,給出錯(cuò)誤提示,這也表明配置已經(jīng)成功。配置文檔的倒數(shù)到注釋掉。 相應(yīng)的安裝部分見上篇文章:vim學(xué)習(xí)筆記 .vimrc配置 1.基于YcmCompleteMe、taglist.vim、The-NERD-tree等配置,F(xiàn)2調(diào)出目錄樹窗口,F(xiàn)3調(diào)...
閱讀 2271·2023-04-26 02:14
閱讀 2937·2021-09-30 09:46
閱讀 2113·2021-09-24 09:48
閱讀 973·2021-09-24 09:47
閱讀 3262·2019-08-30 15:44
閱讀 1887·2019-08-30 15:44
閱讀 3291·2019-08-30 14:18
閱讀 1962·2019-08-30 12:58