mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
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:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user