feat(api): nvim_clear_autocmd

Co-authored-by: Christian Clason <christian.clason@uni-due.de>
This commit is contained in:
TJ DeVries
2022-03-12 15:12:02 -05:00
committed by bfredl
parent b2bd800416
commit b80651eda9
5 changed files with 336 additions and 87 deletions

View File

@@ -123,14 +123,20 @@ return {
"nocombine";
};
-- Autocmds
clear_autocmd = {
"buffer";
"event";
"group";
"pattern";
};
create_autocmd = {
"buffer";
"callback";
"command";
"desc";
"group";
"once";
"nested";
"once";
"pattern";
};
exec_autocmd = {