I think the problem is with the bundled "ctags-objc”, because after generating the tags file “by hand” using an updated ctags, it worked very well.

Thanks,

adler

On Jul 27, 2015, at 14:43, Adler Medrado <adlermedrado@gmail.com> wrote:

Hello all,

I’m using ctags bundle for a while but now, working on a huge project it is demanding a lot of time to create de tmtags file, so i’m thinking about filter some directories and files that I don’t need to be indexed, but I am not able to put it to work.

I create a .ctags file with the content below and put it on my home folder, but it is not working.

--recurse=yes
--tag-relative=yes
--exclude=.git
--exclude=.node_module
--exclude=var

Can someone help me, please?

Thank you in advance.

adler