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 df0db16 commit 77b6425Copy full SHA for 77b6425
2 files changed
src/tag.c
@@ -2401,7 +2401,7 @@ find_tags(
2401
&& vim_memcmp(mfp2->match, mfp->match,
2402
(size_t)mfp->len) == 0)
2403
break;
2404
- line_breakcheck();
+ fast_breakcheck();
2405
}
2406
if (i < 0)
2407
{
src/version.c
@@ -763,6 +763,8 @@ static char *(features[]) =
763
764
static int included_patches[] =
765
{ /* Add new patch number below this line */
766
+/**/
767
+ 2337,
768
/**/
769
2336,
770
0 commit comments