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 6f2e4b3 commit 597385aCopy full SHA for 597385a
2 files changed
src/ex_cmds2.c
@@ -1179,7 +1179,7 @@ check_due_timer()
1179
{
1180
timer_T *timer;
1181
long this_due;
1182
- long next_due;
+ long next_due = -1;
1183
proftime_T now;
1184
int did_one = FALSE;
1185
# ifdef WIN3264
src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
748
749
static int included_patches[] =
750
{ /* Add new patch number below this line */
751
+/**/
752
+ 1583,
753
/**/
754
1582,
755
0 commit comments