Hello,
On 9/28/06, Vu The Cuong <[EMAIL PROTECTED]> wrote:
I'm using vim 7 with taglist and ctags on freebsd 6.1
I opened php file on gvim, typed :Tlist but it raised an error:
Taglist: Failed to generate tags for /usr/local/web/test.php
The system cannot find the path specified.
in .vimrc, I already put: let Tlist_Ctags_Cmd='/usr/bin/ctags'
but the above error still displayed.
Could anyone tell me how to solve this problem?
What is the output of the following command from the shell?
$ /usr/bin/ctags --version
You can try the steps mentioned in the taglist FAQ:
http://www.geocities.com/yegappan/taglist/faq.html
- Yegappan