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.
When I place my cursor in normal mode on a word,
:FZFTselectleads 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
FZFTselectdidn'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.