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 b73598e commit a772ec5Copy full SHA for a772ec5
2 files changed
src/ex_cmds2.c
@@ -1256,8 +1256,6 @@ stop_timer(timer_T *timer)
1256
void
1257
stop_all_timers(void)
1258
{
1259
- timer_T *timer;
1260
-
1261
while (first_timer != NULL)
1262
stop_timer(first_timer);
1263
}
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
+ 2181,
768
/**/
769
2180,
770
0 commit comments