Trigger DirChanged on 'autochdir'

This commit is contained in:
Marco Hinz
2017-01-12 14:25:11 +01:00
parent 30f775f8a6
commit 197f50bf9a
2 changed files with 8 additions and 2 deletions

View File

@@ -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];