1
0
forked from aniani/vim

updated for version 7.2-227

This commit is contained in:
Bram Moolenaar
2009-07-09 18:13:49 +00:00
parent cdcaa58929
commit fcfbc670c7
2 changed files with 3 additions and 1 deletions

View 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);