forked from aniani/vim
updated for version 7.2-173
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user