File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3247,9 +3247,9 @@ nvim_del_augroup_by_id({id}) *nvim_del_augroup_by_id()*
32473247
32483248 To get a group id one can use | nvim_get_autocmds() | .
32493249
3250- NOTE: behavior differs from | augroup-delete | . When deleting a
3251- group, autocommands contained in this group will also be
3252- deleted and cleared. This group will no longer exist.
3250+ NOTE: behavior really differs from | augroup-delete | . When
3251+ deleting a group, autocommands contained in this group will
3252+ also be deleted and cleared. This group will no longer exist.
32533253
32543254 Parameters: ~
32553255 {id} Integer The id of the group.
@@ -3342,7 +3342,7 @@ nvim_get_autocmds({*opts}) *nvim_get_autocmds()*
33423342 • group (integer): the autocommand group id.
33433343 • desc (string): the autocommand description.
33443344 • event (string): the autocommand event.
3345- • command (string): the autocommand command.
3345+ • the command (string): the autocommand command.
33463346 • once (boolean): whether the autocommand is only run
33473347 once.
33483348 • pattern (string): the autocommand pattern. If the
You can’t perform that action at this time.
0 commit comments