updated for version 7.0-113
diff --git a/src/edit.c b/src/edit.c
index 94456ae..4858d02 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -3206,7 +3206,8 @@
 	    for (cp = compl_shown_match->cp_next; cp != NULL
 				 && cp != compl_first_match; cp = cp->cp_next)
 	    {
-		if (ins_compl_equal(cp, compl_leader,
+		if (compl_leader == NULL
+			|| ins_compl_equal(cp, compl_leader,
 						   (int)STRLEN(compl_leader)))
 		{
 		    p = cp->cp_str;
diff --git a/src/version.c b/src/version.c
index 6fdf156..50dc267 100644
--- a/src/version.c
+++ b/src/version.c
@@ -667,6 +667,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    113,
+/**/
     112,
 /**/
     111,