diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index 73b3a522fd..5af2b40588 100644 --- a/src/ex_cmds2.c +++ b/src/ex_cmds2.c @@ -1256,8 +1256,6 @@ stop_timer(timer_T *timer) void stop_all_timers(void) { - timer_T *timer; - while (first_timer != NULL) stop_timer(first_timer); } diff --git a/src/version.c b/src/version.c index 044546b3d1..21f6932846 100644 --- a/src/version.c +++ b/src/version.c @@ -763,6 +763,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2181, /**/ 2180, /**/