diff src/version.c @ 2704:a14db0b78c59 v7.3.121

updated for version 7.3.121 Problem: Complicated 'statusline' causes a crash. (Christian Brabandt) Solution: Check that the number of items is not too big.
author Bram Moolenaar <bram@vim.org>
date Tue, 15 Feb 2011 14:24:46 +0100
parents 47a0dcad7216
children 58f47e17ba15
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    121,
+/**/
     120,
 /**/
     119,