Hello Roald! -------- Original-Nachricht -------- > Datum: Thu, 3 Dec 2009 17:13:41 +0100 > Von: Roald de Vries <[email protected]> > An: [email protected] > 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. HTH, Dennis Benzinger -- You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php
