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 03725c5 commit 9b0e82fCopy full SHA for 9b0e82f
src/normal.c
@@ -630,7 +630,7 @@ normal_cmd(
630
del_from_showcmd(4); // delete the digit and ~@%
631
#endif
632
}
633
- else if (ca.count0 >= 999999999L)
+ else if (ca.count0 > 99999999L)
634
{
635
ca.count0 = 999999999L;
636
src/version.c
@@ -757,6 +757,8 @@ static char *(features[]) =
757
758
static int included_patches[] =
759
{ /* Add new patch number below this line */
760
+/**/
761
+ 3660,
762
/**/
763
3659,
764
0 commit comments