On May 8, 12:12 am, Mahurshi Akilla <[email protected]> wrote:
> I have a tags file with "relative paths" present in my home area. By
> relative paths, I mean the paths are relative to the current folder.
>
> This is what my .vimrc contains:
> set tags+=~/tags
>
> However, when I go to my model area (where I intend to use the tags
> file) and call vim with the -t switch, it still looks for that file in
> my home area where the tags file is present.
>
> How do I get it to look for the files in the paths "relative" to the
> current folder.
>
:help 'tagrelative'
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---