feat(lua): add missing changes to autocmds lost in the rebase

Note: some of these changes are breaking, like change of API signatures
This commit is contained in:
TJ DeVries
2021-05-28 15:45:34 -04:00
committed by bfredl
parent 6732cd9e57
commit 0f613482b3
10 changed files with 389 additions and 229 deletions

View File

@@ -116,7 +116,6 @@ return {
"callback";
"command";
"desc";
"event";
"group";
"once";
"nested";
@@ -124,7 +123,6 @@ return {
};
do_autocmd = {
"buffer";
"event";
"group";
"modeline";
"pattern";
@@ -132,12 +130,10 @@ return {
get_autocmds = {
"event";
"group";
"id";
"pattern";
};
create_augroup = {
"clear";
"name";
};
}