diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-07-16 20:37:56 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-07-16 20:37:56 +0200 |
commit | c3e539fa703b23d9a24c3520c96ec305ee932cb4 (patch) | |
tree | 6ba1b53de6ff2674051d9b71c9ed5106248a51ad /src/version.c | |
parent | 502ae4ba63561c98ac69af26cd9883bfd18d225f (diff) | |
download | vim-c3e539fa703b23d9a24c3520c96ec305ee932cb4.zip |
patch 7.4.2052
Problem: Coverage report is messed up by the unittests.
Solution: Add a separate test target for script tests. Use that when
collecting coverage information.
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 575b43a74..d9701fe19 100644 --- a/src/version.c +++ b/src/version.c @@ -759,6 +759,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2052, +/**/ 2051, /**/ 2050, |