Monday, June 28, 2010

Re: funny error with ctags and vim

By just opening gvim in my working directory:

:echo tagfiles()
['tags']

After opening *any* file in itws:

:echo tagfiles()
['itws/tags.py', 'tags']

I didn't know about those variables. Reading from the help, it's an
interesting feature I'll use later. Until then, I've forced it to an
empty "". It's a good workaround until you sort out the usage of that
variable in searching tags.

Thanks to both of you!

Hervé

--
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: