changeset 1812:4c7cf05f60b5 v7.2.110

updated for version 7.2-110
author vimboss
date Sat, 21 Feb 2009 19:37:46 +0000
parents d88bdbabfbc6
children b5ad00887b81
files src/ex_docmd.c src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -5916,7 +5916,7 @@ do_ucmd(eap)
     char_u	*q;
 
     char_u	*start;
-    char_u	*end;
+    char_u	*end = NULL;
     char_u	*ksp;
     size_t	len, totlen;
 
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    110,
+/**/
     109,
 /**/
     108,