mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
refactor(api)!: use singular/plural consistently in the autocmd API
This commit is contained in:

committed by
Christian Clason

parent
ea8ad79990
commit
9d40b2fda9
@@ -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";
|
||||
|
Reference in New Issue
Block a user