diff --git a/src/tag.c b/src/tag.c
index 4e96e0d4303fc2b205c198c9abf7c2fb88ea7e55..d729c4621a2c6da878765683bf49ee187fe9ce42 100644
--- a/src/tag.c
+++ b/src/tag.c
@@ -1680,6 +1680,7 @@ find_tags(
 
     help_save = curbuf->b_help;
     orgpat.pat = pat;
+    orgpat.regmatch.regprog = NULL;
     vimconv.vc_type = CONV_NONE;
 
     /*
diff --git a/src/version.c b/src/version.c
index b8e17af80042dd3a90dc6740975b58b7d97259d8..2b8b5081075868ef5263f20174b6d9096b7535a3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3330,
 /**/
     3329,
 /**/