Skip to content

Commit

Permalink
updated for version 7.2-227
Browse files Browse the repository at this point in the history
  • Loading branch information
vimboss committed Jul 9, 2009
1 parent 2cd4c80 commit cc2b9e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/ex_docmd.c
Expand Up @@ -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);
Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Expand Up @@ -676,6 +676,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
227,
/**/
226,
/**/
Expand Down

0 comments on commit cc2b9e2

Please sign in to comment.