in vimrc:
set tags+=$HOME/tags/*
Then when you do:
echo tagfiles()
You won't see $HOME/tags/blah.tags in the list
But if you do (set the tag file explicitly w/o using wildcards)
set tags+=$HOME/tags/blah.tags
Then you'll see this file in :echo tagfiles()
I'm using windows 7.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment