comparison src/version.c @ 1989:1fbbe04a950f v7.2.286

updated for version 7.2-286
author vimboss
date Wed, 11 Nov 2009 13:22:11 +0000
parents e5145ff9c9b0
children bce687811199
comparison
equal deleted inserted replaced
1988:e5145ff9c9b0 1989:1fbbe04a950f
492 #ifdef FEAT_SNIFF 492 #ifdef FEAT_SNIFF
493 "+sniff", 493 "+sniff",
494 #else 494 #else
495 "-sniff", 495 "-sniff",
496 #endif 496 #endif
497 #ifdef STARTUPTIME
498 "+startuptime",
499 #else
500 "-startuptime",
501 #endif
497 #ifdef FEAT_STL_OPT 502 #ifdef FEAT_STL_OPT
498 "+statusline", 503 "+statusline",
499 #else 504 #else
500 "-statusline", 505 "-statusline",
501 #endif 506 #endif
674 NULL 679 NULL
675 }; 680 };
676 681
677 static int included_patches[] = 682 static int included_patches[] =
678 { /* Add new patch number below this line */ 683 { /* Add new patch number below this line */
684 /**/
685 286,
679 /**/ 686 /**/
680 285, 687 285,
681 /**/ 688 /**/
682 284, 689 284,
683 /**/ 690 /**/