Hi Ben!

On Mi, 16 Sep 2009, Ben Fritz wrote:

>       \ source $HOME/cscope_win32/projname.setup.vim |
>       \ exe 'silent !'.&cscopeprg." -b ".expand(
>       \     "-f $HOME/cscope_win32/projname.cscope.out ".
>       \     "-i $HOME/cscope_win32/projname.cscope.files") |
>       \ exe "cscope add ".
>       \   expand("$HOME/cscope_win32/projname.cscope.out")
[…]
> The expand() calls are important for some reason...not sure why.

because otherwise environment variables won't be resolved.

regards,
Christian
-- 
It is too bad that the speed of light hasn't kept pace with the
changes in CPU speed and network bandwidth. -- <[email protected]>

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

Reply via email to