unite-tag
unite-tag copied to clipboard
When caching done, can not find the tag in insert mode.
I cannot understand your problem. Please upload your minimal .vimrc less than 50 lines and reproduce ways from Vim starting.
I have the same problem: I have generated a tags file, and when I manually inspect the file, the information I want is in there. When I then open up :Unite tag
and search for a given tag, nothing is found.
When I further tested this, I found that some tags can be found while other can't. In my project folder, I have a couple of subfolders which contain sources indexed by ctags. It appears that tags which can be found are all inside 1 subfolder. Tags from files in other subfolders cannot be found.
What do you need from me to reproduce this problem? Minimal .vimrc and my ctags file? (It's a large one, 19MB) Also, I'm working with NeoVim 0.1.0 and I have upgraded all plugins to the latest version.
OK, I tried again with only indexing 1 specific folder, and again, tags could not be found. A little bit more information:
- I use NeoVim 0.1.0
- Latest versions of unite.vim & unite-tag
- VimPlug latest version
- ctags-better-php (https://raw.githubusercontent.com/shawncplus/phpcomplete.vim/master/misc/ctags-better-php.rb)
I think that the caching method is not handling correctly the extra flags created by the ctags-better-php binary.
What do you need from me to reproduce this problem? Minimal .vimrc and my ctags file? (It's a large one, 19MB) Also, I'm working with NeoVim 0.1.0 and I have upgraded all plugins to the latest version.
Yes. Please upload here. And please don't forget the reproduce ways from Vim starting.