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
When I place my cursor in normal mode on a word, :FZFTselect leads to this:
First thing I notice is that no tag line or kind information are reported.
Secondly, when I select one of the two entries pressing Enter, then the following appears:
As if FZFTselect didn't activate any tag.
My expected behavior is:
Ctrl+] on a word. If it is the only tag definition, jump to it (this actually works). In case of multiple occurrences of it, then open the FZF filter window, select one of the reported tags, press Enter (or similar key) and jump directly on it. This is unfortunately not happening in my setup.
The text was updated successfully, but these errors were encountered:
Your second screenshot looks like the view if you run :tselect with a populated tag stack. The thing I would suggest you look into is your configuration — is there anything nonstandard in there? You could also grep for any stray instances of ts / tselect.
When I place my cursor in normal mode on a word,
:FZFTselect
leads to this:First thing I notice is that no tag line or kind information are reported.
Secondly, when I select one of the two entries pressing
Enter
, then the following appears:As if
FZFTselect
didn't activate any tag.My expected behavior is:
Ctrl+] on a word. If it is the only tag definition, jump to it (this actually works). In case of multiple occurrences of it, then open the FZF filter window, select one of the reported tags, press
Enter
(or similar key) and jump directly on it. This is unfortunately not happening in my setup.The text was updated successfully, but these errors were encountered: