unite-tag icon indicating copy to clipboard operation
unite-tag copied to clipboard

When caching done, can not find the tag in insert mode.

Open jinleileiking opened this issue 10 years ago • 4 comments

jinleileiking avatar Nov 24 '14 04:11 jinleileiking

I cannot understand your problem. Please upload your minimal .vimrc less than 50 lines and reproduce ways from Vim starting.

Shougo avatar Nov 24 '14 07:11 Shougo

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.

Miljar avatar Nov 04 '15 11:11 Miljar

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.

Miljar avatar Nov 04 '15 12:11 Miljar

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.

Shougo avatar Nov 04 '15 14:11 Shougo