Hi, On Fri, Nov 6, 2015 at 4:10 AM, <[email protected]> wrote: > 在 2015年11月6日星期五 UTC+8下午7:56:58,[email protected]写道: >> I think that the taglist.vim must read the tags file at some place, but I >> can't get it . > > The problem is that I open the taglist what I get is only the current > filename and I can't see the symbol for func or macro. > So I try to debug the taglist.vim and find where the Q is, Looking forward to > your reply. >
The taglist plugin generates the tags defined in a source file at run time for every file and parses the output. You can try the steps described in the following page to debug your issue: http://vim-taglist.sourceforge.net/faq.html The taglist plugin relies on exuberant ctags to generate the tags. It also relies on Vim to detect the proper file type and maps the file type to the file type understood by exuberant ctags. - Yegappan -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
