diff options
Diffstat (limited to 'src/nvim/ex_docmd.c')
-rw-r--r-- | src/nvim/ex_docmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/ex_docmd.c b/src/nvim/ex_docmd.c index e5c05a2498..86f387d9a5 100644 --- a/src/nvim/ex_docmd.c +++ b/src/nvim/ex_docmd.c @@ -6949,7 +6949,7 @@ void free_cd_dir(void) #endif -static void apply_autocmd_dirchanged(char_u *new_dir, CdScope scope) +void apply_autocmd_dirchanged(char_u *new_dir, CdScope scope) { dict_T *dict = get_vim_var_dict(VV_EVENT); char buf[8]; |