mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 15:14:04 +00:00
Add v:event flag on DirChanged signaling switching window (#13153)
Closes #9909
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user