updated for version 7.2-110
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index b5d76c1..60bbb5f 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -5916,7 +5916,7 @@
     char_u	*q;
 
     char_u	*start;
-    char_u	*end;
+    char_u	*end = NULL;
     char_u	*ksp;
     size_t	len, totlen;
 
diff --git a/src/version.c b/src/version.c
index f5f53a5..7b13cec 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    110,
+/**/
     109,
 /**/
     108,