Thursday, December 3, 2009

Re: taglist and exuberant ctags

Hi Dennis,

On Dec 3, 2009, at 5:29 PM, Dennis Benzinger wrote:

> Hello Roald!
>
> -------- Original-Nachricht --------
>> Datum: Thu, 3 Dec 2009 17:13:41 +0100
>> Von: Roald de Vries <downaold@gmail.com>
>> An: vim_use@googlegroups.com
>> Betreff: taglist and exuberant ctags
>
>> Dear all,
>>
>> I want to use the taglist plugin, but have the following problem: the
>> old ctags is installed into the /usr/bin/ directory; exuberant ctags
>> is installed into /opt/local/bin/; in my PATH env var, /opt/local/
>> bin/
>> precedes /usr/bin/; in bash, `type ctags` gives /opt/local/bin/, but
>> in vim ':!type ctags' gives /usr/bin/ (even though /opt/local/bin/
>> precedes /usr/bin/ in ':!echo $PATH'). Is this an error in vim? Or do
>> I miss something?
>> [...]
>
> Is the correct path set when you start Vim? The :! command executes
> a new
> shell which probably sets the correct path.

It appeared that I missed something; I had put the correct path in
my .bash_login, but my .bashrc stripped away duplicates --- in my case
the first occurrance of /opt/local/bin. Thanks for your help.

--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php

No comments: