1
0
forked from aniani/vim

updated for version 7.0-171

This commit is contained in:
Bram Moolenaar
2006-11-28 16:43:58 +00:00
parent 85f868c3ae
commit 3d20ca1ad1
4 changed files with 74 additions and 36 deletions

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
171,
/**/
170,
/**/
@@ -1113,6 +1115,14 @@ list_version()
#endif
#ifdef VMS
MSG_PUTS("\nOpenVMS version");
# ifdef HAVE_PATHDEF
if (*compiled_arch != NUL)
{
MSG_PUTS(" - ");
MSG_PUTS(compiled_arch);
}
# endif
#endif
/* Print the list of patch numbers if there is at least one. */