summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2009-07-09 18:13:49 +0000
committerBram Moolenaar <Bram@vim.org>2009-07-09 18:13:49 +0000
commitfcfbc670c7a679cd92b9318351c918f1dff150d7 (patch)
tree879dec6fb9424bd7642b47423a4083448d093e74 /src/ex_docmd.c
parentcdcaa5892992d556c7469a36b719aefc220f44a6 (diff)
updated for version 7.2-227v7.2.227
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r--src/ex_docmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 9d19fa13f1..2bdf0c7f7a 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -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);