We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e63e6 commit 7deb411Copy full SHA for 7deb411
src/tag.c
@@ -1680,6 +1680,7 @@ find_tags(
1680
1681
help_save = curbuf->b_help;
1682
orgpat.pat = pat;
1683
+ orgpat.regmatch.regprog = NULL;
1684
vimconv.vc_type = CONV_NONE;
1685
1686
/*
src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
755
756
static int included_patches[] =
757
{ /* Add new patch number below this line */
758
+/**/
759
+ 3330,
760
/**/
761
3329,
762
0 commit comments