1
0
forked from aniani/vim

patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was applied

Problem:    ":verbose pwd" does not mention 'autochdir' was applied.
Solution:   Remember the last chdir was done by 'autochdir'.  (issue #9142)
This commit is contained in:
Bram Moolenaar
2021-11-18 18:53:45 +00:00
parent 3cad470385
commit 0526815c15
9 changed files with 51 additions and 4 deletions

View File

@@ -2656,7 +2656,10 @@ netbeans_file_opened(buf_T *bufp)
nb_send(buffer, "netbeans_file_opened");
if (p_acd && vim_chdirfile(bufp->b_ffname, "auto") == OK)
{
last_chdir_reason = "netbeans";
shorten_fnames(TRUE);
}
}
/*