mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
refactor!: rename nvim_do_autocmd to nvim_exec_autocmd (#17854)
according to established code standards (`:h dev-api`)
This commit is contained in:
@@ -133,7 +133,7 @@ return {
|
||||
"nested";
|
||||
"pattern";
|
||||
};
|
||||
do_autocmd = {
|
||||
exec_autocmd = {
|
||||
"buffer";
|
||||
"group";
|
||||
"modeline";
|
||||
|
Reference in New Issue
Block a user