mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 03:08:27 +00:00
fix(autocmds): separate command from desc (#18617)
This commit is contained in:
@@ -283,7 +283,7 @@ Array nvim_get_autocmds(Dict(get_autocmds) *opts, Error *err)
|
||||
|
||||
PUT(autocmd_info,
|
||||
"command",
|
||||
STRING_OBJ(cstr_to_string(aucmd_exec_to_string(ac, ac->exec))));
|
||||
STRING_OBJ(cstr_as_string(aucmd_exec_to_string(ac, ac->exec))));
|
||||
|
||||
PUT(autocmd_info,
|
||||
"pattern",
|
||||
|
Reference in New Issue
Block a user