diff --git a/src/tag.c b/src/tag.c index 4e96e0d43..d729c4621 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 b8e17af80..2b8b50810 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, /**/