I'm in windows XP, and the vim TagList plugin only behaves correctly if the file I'm coding in is inside the Ctag58 folder. Otherwise it just genetats a list of my open files without tags.
I've tried adding the catalog to path and the vim command :let Tlist_Ctags_Cmd='C:\Program\Ctags58\ctags.exe' and it didn't work but then in.
I went through the the taglist FAQ:
But the last to "dots" of part 1. of th开发者_如何学Goe http://vim-taglist.sourceforge.net/faq.html were they speak of temp and tmp variables . I can't make heads or tails of that part. Could this be my problem? How do i tell...
Mmmm the question is not exactly clear ('it just genetats the file catalog' -- sure, that makes sense).
Without looking any further I'd suggest you add the path to the ctags.exe executable to your environment (Win+Break, advanced, environment, current user, PATH, edit, append ;C:\Program Files\Wherever\ctags\bin
(of course you'd have to use the ACTUAL path not this sample).
Then you'd need to restart VIM to test it
精彩评论