commit | 837854d1bc01d91ff463a2cfdf8aec9b89d5fbd1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 13 22:44:51 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 13 22:44:51 2019 +0200 |
tree | 1e4924dea6cbbdb30f618f1ac0c0a13dc1ef49d8 | |
parent | 87dcfd75c218107ca966c80a0a56b236be046fc9 [diff] [blame] |
patch 8.1.1169: writing coverage info in a separate dir is not needed Problem: Writing coverage info in a separate dir is not needed. Solution: Revert the changes to use a separate directory.
diff --git a/src/version.c b/src/version.c index 99ffbc3..367b170 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1169, +/**/ 1168, /**/ 1167,