diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-06 22:05:07 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-06 22:05:07 +0200 |
commit | 8e97bd74b5377753597e3d98e7123d8985c7fffd (patch) | |
tree | 25d909a542f5a015aa92d00512e46f1fb72f1ab4 /src/version.c | |
parent | 446cce6d537b036467033975a86729dbdc83f860 (diff) | |
download | vim-git-8e97bd74b5377753597e3d98e7123d8985c7fffd.tar.gz |
patch 7.4.2170v7.4.2170
Problem: Cannot get information about timers.
Solution: Add timer_info().
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index e57e0fc93..b1be507af 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2170, +/**/ 2169, /**/ 2168, |