]> granicus.if.org Git - vim/commitdiff
updated for version 7.2-227 v7.2.227
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Jul 2009 18:13:49 +0000 (18:13 +0000)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Jul 2009 18:13:49 +0000 (18:13 +0000)
src/ex_docmd.c
src/version.c

index 9d19fa13f17013ed4e96e008a709f57b21cc8694..2bdf0c7f7a09ac2c90a87e7b12c1a8d553ae5a57 100644 (file)
@@ -7964,7 +7964,7 @@ ex_cd(eap)
            shorten_fnames(TRUE);
 
            /* Echo the new current directory if the command was typed. */
-           if (KeyTyped)
+           if (KeyTyped || p_verbose >= 5)
                ex_pwd(eap);
        }
        vim_free(tofree);
index 563991de516cd62e8b3be38aa7b854c2471c4274..20727872622473df654551252d3c40687ce509a0 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    227,
 /**/
     226,
 /**/