0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

updated for version 7.2-136

This commit is contained in:
Bram Moolenaar
2009-03-11 14:37:32 +00:00
parent 60f39aecb1
commit 8e8fe9b2b8
2 changed files with 6 additions and 0 deletions

View File

@@ -7875,6 +7875,10 @@ ex_cd(eap)
else
#endif
{
#ifdef FEAT_AUTOCMD
if (allbuf_locked())
return;
#endif
if (vim_strchr(p_cpo, CPO_CHDIR) != NULL && curbufIsChanged()
&& !eap->forceit)
{