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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user