commit | 47707f6f34007dd803c75addbbd578fd37a74a92 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 23:06:34 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 03 23:06:34 2016 +0100 |
tree | dd453b2a7a1df56414f8eb1415f0693bfeb3defb | |
parent | 718272a7e13c71095ce07eb3b3d5e1f9790a6991 [diff] [blame] |
patch 7.4.1045 Problem: Having shadow and coverage on the same build results in the source files not being available in the coverage view. Solution: Move using shadow to the normal build.
diff --git a/src/version.c b/src/version.c index a007d0d..86f50c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1045, +/**/ 1044, /**/ 1043,