1
0
forked from aniani/vim

updated for version 7.2-173

This commit is contained in:
Bram Moolenaar
2009-05-14 20:20:33 +00:00
parent d30f9d92c4
commit 0c094b9d7f
11 changed files with 95 additions and 51 deletions

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
173,
/**/
172,
/**/
@@ -1623,10 +1625,9 @@ do_intro_line(row, mesg, add_version, attr)
/*
* ":intro": clear screen, display intro screen and wait for return.
*/
/*ARGSUSED*/
void
ex_intro(eap)
exarg_T *eap;
exarg_T *eap UNUSED;
{
screenclear();
intro_message(TRUE);