Wednesday, December 21, 2011

vim and ctags

When I use ctags on my javascript file, I get a ~/tags file full of
tag definitions.
When I go to the source code and try to jump to the function
definition, I mostly get the
"tag does not exitst" error - except on one function called draw().
When I do :tag /draw it tells me that there are 25 tags called draw.

Does anyone know what is going on?


and furthermore, a vim plugin called tagbar generates a full tag list
with no problems.

Thank you for your time and kind concern.

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