You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: