comparison src/version.c @ 1876:932ff0c0f57b v7.2.173

updated for version 7.2-173
author vimboss
date Thu, 14 May 2009 20:20:33 +0000
parents 09f00d57222b
children b5c1cb6f8d56
comparison
equal deleted inserted replaced
1875:09f00d57222b 1876:932ff0c0f57b
674 NULL 674 NULL
675 }; 675 };
676 676
677 static int included_patches[] = 677 static int included_patches[] =
678 { /* Add new patch number below this line */ 678 { /* Add new patch number below this line */
679 /**/
680 173,
679 /**/ 681 /**/
680 172, 682 172,
681 /**/ 683 /**/
682 171, 684 171,
683 /**/ 685 /**/
1621 } 1623 }
1622 1624
1623 /* 1625 /*
1624 * ":intro": clear screen, display intro screen and wait for return. 1626 * ":intro": clear screen, display intro screen and wait for return.
1625 */ 1627 */
1626 /*ARGSUSED*/
1627 void 1628 void
1628 ex_intro(eap) 1629 ex_intro(eap)
1629 exarg_T *eap; 1630 exarg_T *eap UNUSED;
1630 { 1631 {
1631 screenclear(); 1632 screenclear();
1632 intro_message(TRUE); 1633 intro_message(TRUE);
1633 wait_return(TRUE); 1634 wait_return(TRUE);
1634 } 1635 }