I downloaded the plugin. I extracted it in my .vim folder.

I installed exuberant-ctags from Synaptic.

I did :TlistToggle but it gives me the following message:

/bin/bash: D:ctags58ctags.exe: command not found

Am I missing something? Any suggestions?

link|improve this question

63% accept rate
I ask because this can impact the answer, was .cim supposed to be .vim and exuberant-tags exuberant-ctags? – karategeek6 Feb 5 '11 at 22:37
@chaz8705 Sorry, I made some little typos. – janoChen Feb 6 '11 at 0:13
feedback

2 Answers

up vote 3 down vote accepted

Is the ctags command available in your path?

ctags --help should produce the help text.

If it is not you will need to add it to your path. Why it is trying to use a windows exe is beyond me.

Possibly something weird in a vimrc you got from a windows user or something?

link|improve this answer
1  
i had something like: let...path...ctags.exe something in my .vimrc. – janoChen Feb 6 '11 at 14:07
feedback

It seems that the plugin is trying to use the windows version of exuberant-ctags for some reason.

Unfortunately, I don't know enough about TagList or exuberant-ctags to be able to venture a guess as to why.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.