Thanks, Yegappan Lakshmanan
Finally taglist worked. I reinstalled it from ports with version 5.6
Then in .vimrc, I put "let Tlist_Ctags_Cmd='/usr/local/bin/exctags'"
THanks

taglist plugin problem in freebsd 6.1
From: Vu The Cuong <cuongvt <at> fsoft.com.vn>
Subject: taglist plugin problem in freebsd 6.1
Newsgroups: gmane.editors.vim
Date: 2006-09-28 09:35:54 GMT

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?
Thanks in advanced


Permalink | Reply |
headers
Yegappan Lakshmanan | 28 Sep 16:13
Picon
Re: taglist plugin problem in freebsd 6.1
From: Yegappan Lakshmanan <yegappanl <at> gmail.com>
Subject: Re: taglist plugin problem in freebsd 6.1
Newsgroups: gmane.editors.vim
Date: 2006-09-28 14:13:20 GMT

Hello,

On 9/28/06, Vu The Cuong <cuongvt <at> fsoft.com.vn> 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

Reply via email to