vim-quickui icon indicating copy to clipboard operation
vim-quickui copied to clipboard

Why does quickui#tags#tagfind() function different tags with the same name?

Open tot0rokr opened this issue 2 years ago • 0 comments

quickui#tags#taglist() gets all tags about tagname successful. But quickui#tags#tagfind() removes tags leaving only one, even though thoes are tags different scope like class.

Additionally, I think searching tags in the quickui#tools#preview_tag should use existing vim functions. Because, making ctags without -n option for "line" field is common.

Can you resolve this problem?

tot0rokr avatar Feb 14 '23 09:02 tot0rokr