0

I met this error when I install taglist in vim.But I have already installed taglis.What should I settle this problem? The follows are my configuration files:

.vimrc:

Plugin 'Valloric/ListToggle'

I used the command (:BundleInstall)to install the taglist.

And in the file :~/.vim/bundle ListToggle file exsits.

timrau
  • 22,578
  • 4
  • 51
  • 64

1 Answers1

0

I have never used that plugin so I am not sure about the situation, but are you sure the plugin you've installed is correct?

  • Valloric/ListToggle doesn't seem to ship any command named TlistToggle, hence the error.
  • After a quick search, a plugin called taglist (on vim.org) exports TlistToggle. Maybe this is the plugin you intend to install?
Yosh
  • 2,512
  • 3
  • 24
  • 30