diff options
author | zeertzjq <zeertzjq@outlook.com> | 2021-11-19 20:07:04 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2021-11-19 20:07:04 +0800 |
commit | 54e9cce61274c89e4d8cd80832faecf67724e834 (patch) | |
tree | ecbd21886c9a3c47a54f54e15868b77cd679b5b4 /src | |
parent | 4785cad8ee808d166a9cbc9d7ab5761da70d0563 (diff) | |
download | rneovim-54e9cce61274c89e4d8cd80832faecf67724e834.tar.gz rneovim-54e9cce61274c89e4d8cd80832faecf67724e834.tar.bz2 rneovim-54e9cce61274c89e4d8cd80832faecf67724e834.zip |
revert: partially revert #9894
Vim has a solution to #9892 with fewer side-effects in patch 8.2.3618
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/buffer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c index 89e237a517..07c775e6d7 100644 --- a/src/nvim/buffer.c +++ b/src/nvim/buffer.c @@ -1587,7 +1587,6 @@ void do_autochdir(void) if (starting == 0 && curbuf->b_ffname != NULL && vim_chdirfile(curbuf->b_ffname, kCdCauseAuto) == OK) { - post_chdir(kCdScopeGlobal, false); last_chdir_reason = "autochdir"; shorten_fnames(true); } |