Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] FZFTselect not working properly #17

Open
pidgeon777 opened this issue Jun 1, 2021 · 1 comment
Open

[Bug] FZFTselect not working properly #17

pidgeon777 opened this issue Jun 1, 2021 · 1 comment

Comments

@pidgeon777
Copy link

When I place my cursor in normal mode on a word, :FZFTselect leads to this:

image

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:

image

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.

@zackhsi
Copy link
Owner

zackhsi commented Jun 6, 2021

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.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants