mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 16:28:17 +00:00
Merge pull request #18431 from famiu/feat/api/nvim_get_autocmds/group_name
feat(api): add `group_name` to `nvim_get_autocmds`
This commit is contained in:
@@ -3509,6 +3509,7 @@ nvim_get_autocmds({*opts}) *nvim_get_autocmds()*
|
||||
• id (number): the autocommand id (only when defined with
|
||||
the API).
|
||||
• group (integer): the autocommand group id.
|
||||
• group_name (string): the autocommand group name.
|
||||
• desc (string): the autocommand description.
|
||||
• event (string): the autocommand event.
|
||||
• command (string): the autocommand command.
|
||||
|
Reference in New Issue
Block a user