E492:不是编辑器命令:TagbarToggle

时间:2017-02-14 20:10:50

标签: vim tagbar

我已成功在tagbar文件中安装vim-plug .vimrc。我还安装了一个使用 F8 来打开tagbar的键绑定。但是,每次我使用该密钥时,我都会在标题中获得错误。任何人都可以告诉我如何解决它吗?

键绑定是:nmap <F8> :TagbarToggle<CR>

该插件的构建类似于

 call plug#begin() 
 Plug 'majutsushi/tagbar' 

# ...   
 call plug#end() 

1 个答案:

答案 0 :(得分:0)

看起来你还没有正确安装插件。

你是否在命令模式下运行安装?

Sub sdptest() Dim w As Workbook For Each w In Workbooks If w.Name <> "testmac" Then Columns("A:A").Select Selection.TextToColumns Destination:=Range("A1"), DataType:=xlDelimited, _ TextQualifier:=xlDoubleQuote, ConsecutiveDelimiter:=False, Tab:=False, _ Semicolon:=False, Comma:=True, Space:=False, Other:=False, FieldInfo _ :=Array(Array(1, 1), Array(2, 1), Array(3, 1)), TrailingMinusNumbers:=True Selection.Delete Shift:=xlToLeft Range("A1").Select End If Next w End Sub

您还需要安装 ctags 二进制文件,因为如果您还没有它,那么它是依赖项。 https://github.com/majutsushi/tagbar#dependencies