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

fix(actions): set function name for generate.which_key #3044

Merged

Conversation

jamestrew
Copy link
Contributor

Using anonymous function is throwing warning "No name available for anonymous functions" when action_generate.which_key is used as shown in the docs.

closes #3033

Using anonymous function is throwing warning "No name available for
anonymous functions" when `action_generate.which_key` is used as shown
in the docs.
@jamestrew jamestrew added the backport-0.1.x PR to be backported to 0.1.x (Neovim 0.7 compat) label Apr 10, 2024
@jamestrew jamestrew merged commit 5a701e9 into nvim-telescope:master Apr 10, 2024
5 of 6 checks passed
@jamestrew jamestrew deleted the fix/generate-whichkey-desc branch April 10, 2024 01:31
Conni2461 pushed a commit that referenced this pull request May 20, 2024
Using anonymous function is throwing warning "No name available for
anonymous functions" when `action_generate.which_key` is used as shown
in the docs.

(cherry picked from commit 5a701e9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-0.1.x PR to be backported to 0.1.x (Neovim 0.7 compat)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning when setting a which_key option: "No name available for anonymous functions"
1 participant