commit | b73598e2f022a22fec512ea681c70d2775e8fd87 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 07 18:22:53 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 07 18:22:53 2016 +0200 |
tree | c233c50104f05d5e4830d56f7f04ce7d6f1e2fad | |
parent | e4a76ad0e74a31bbd9f1b1ac5b816d714d19a412 [diff] [blame] |
patch 7.4.2180 Problem: There is no easy way to stop all timers. There is no way to temporary pause a timer. Solution: Add timer_stopall() and timer_pause().
diff --git a/src/version.c b/src/version.c index c9197f4..044546b 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2180, +/**/ 2179, /**/ 2178,