From 96289f24169281da419e8ce1078705258db3229b Mon Sep 17 00:00:00 2001 From: Famiu Haque Date: Thu, 5 May 2022 21:00:47 +0600 Subject: feat(api): add `group_name` to `nvim_get_autocmds` --- runtime/doc/api.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc/api.txt') diff --git a/runtime/doc/api.txt b/runtime/doc/api.txt index d4477df803..1f97f38b54 100644 --- a/runtime/doc/api.txt +++ b/runtime/doc/api.txt @@ -3508,6 +3508,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. -- cgit