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

Added callback argument type annotation for nvim_create_user_command #29455

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CheeseTurtle
Copy link

Added annotation for the argument passed to the function for nvim_create_user_command; integrated new type into nvim_create_user_command function annotation

Added annotation for the argument passed to the function for nvim_create_user_command; integrated new type into function annotation
@@ -922,7 +922,7 @@ function vim.api.nvim_create_augroup(name, opts) end
--- ```
---
---
--- @param event any (string|array) Event(s) that will trigger the handler
--- @param event string|string[] (string|array) Event(s) that will trigger the handler
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is generated so you can't edit it directly.

@zeertzjq zeertzjq added the needs:response waiting for reply from the author label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs:response waiting for reply from the author
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants