Add v:event flag on DirChanged signaling switching window (#13153)

Closes #9909
This commit is contained in:
Andrea Cedraro
2020-11-07 18:02:06 +01:00
committed by GitHub
parent 643f4a1787
commit 4c7ad9527d
6 changed files with 22 additions and 17 deletions

View File

@@ -7506,7 +7506,7 @@ void post_chdir(CdScope scope, bool trigger_dirchanged)
shorten_fnames(true);
if (trigger_dirchanged) {
do_autocmd_dirchanged(cwd, scope);
do_autocmd_dirchanged(cwd, scope, false);
}
}