comparison src/version.c @ 4744:a62695305e03 v7.3.1119

updated for version 7.3.1119 Problem: Flags in 'cpo' are search for several times. Solution: Store the result and re-use the flags.
author Bram Moolenaar <bram@vim.org>
date Wed, 05 Jun 2013 12:43:09 +0200
parents 6a706ca7a889
children d1376091d18b
comparison
equal deleted inserted replaced
4743:85fdd08c36ae 4744:a62695305e03
726 NULL 726 NULL
727 }; 727 };
728 728
729 static int included_patches[] = 729 static int included_patches[] =
730 { /* Add new patch number below this line */ 730 { /* Add new patch number below this line */
731 /**/
732 1119,
731 /**/ 733 /**/
732 1118, 734 1118,
733 /**/ 735 /**/
734 1117, 736 1117,
735 /**/ 737 /**/