commit | 8e97bd74b5377753597e3d98e7123d8985c7fffd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 22:05:07 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 06 22:05:07 2016 +0200 |
tree | 25d909a542f5a015aa92d00512e46f1fb72f1ab4 | |
parent | 446cce6d537b036467033975a86729dbdc83f860 [diff] [blame] |
patch 7.4.2170 Problem: Cannot get information about timers. Solution: Add timer_info().
diff --git a/src/version.c b/src/version.c index e57e0fc..b1be507 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2170, +/**/ 2169, /**/ 2168,