diff src/version.c @ 2579:1c00ea3641a8 v7.3.005

updated for version 7.3.005 Problem: Crash when using undotree(). (Christian Brabandt) Solution: Increase the list reference count. Add a test for undotree() (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Tue, 14 Sep 2010 12:47:37 +0200
parents 766918de9e3a
children 06aa43dde561
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 */
 /**/
+    5,
+/**/
     4,
 /**/
     3,