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.

e.g. Say my tags file contains:
myfile  folder1/folder2/myfile.txt

It is trying to open ~/folder1/folder2/myfile.txt instead of ./folder1/
folder2/myfile.txt
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to