mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
feat(api): nvim_clear_autocmd
Co-authored-by: Christian Clason <christian.clason@uni-due.de>
This commit is contained in:
@@ -123,14 +123,20 @@ return {
|
||||
"nocombine";
|
||||
};
|
||||
-- Autocmds
|
||||
clear_autocmd = {
|
||||
"buffer";
|
||||
"event";
|
||||
"group";
|
||||
"pattern";
|
||||
};
|
||||
create_autocmd = {
|
||||
"buffer";
|
||||
"callback";
|
||||
"command";
|
||||
"desc";
|
||||
"group";
|
||||
"once";
|
||||
"nested";
|
||||
"once";
|
||||
"pattern";
|
||||
};
|
||||
exec_autocmd = {
|
||||
|
Reference in New Issue
Block a user