From: Bram Moolenaar Date: Wed, 11 Mar 2009 14:37:32 +0000 (+0000) Subject: updated for version 7.2-136 X-Git-Tag: v7.2.136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8e8fe9b2b80190f365cc07fe99aa8d4cf2168160;p=vim updated for version 7.2-136 --- diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 4925695e4..66d7fa96c 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c @@ -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) { diff --git a/src/version.c b/src/version.c index 8d20bf15c..e9c7a677d 100644 --- a/src/version.c +++ b/src/version.c @@ -676,6 +676,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 136, /**/ 135, /**/