refactor(api)!: use singular/plural consistently in the autocmd API

This commit is contained in:
György Andorka
2022-03-31 19:13:22 +02:00
committed by Christian Clason
parent ea8ad79990
commit 9d40b2fda9
4 changed files with 34 additions and 32 deletions

View File

@@ -123,7 +123,7 @@ return {
"nocombine";
};
-- Autocmds
clear_autocmd = {
clear_autocmds = {
"buffer";
"event";
"group";
@@ -139,7 +139,7 @@ return {
"once";
"pattern";
};
exec_autocmd = {
exec_autocmds = {
"buffer";
"group";
"modeline";