diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1119,
+/**/
     1118,
 /**/
     1117,