commit | f587ef345e37ec5aa4b419e31780a1d951c9f702 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 13 13:13:54 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 13 13:13:54 2019 +0200 |
tree | 615b987027b86be3c5f34728fcb98ca6392dbd5e | |
parent | 1d79ce81e7be20405f0fa9687b37c86a2215e326 [diff] [blame] |
patch 8.1.1162: incorrect coverage information; typo in color name Problem: Incorrect coverage information; typo in color name. Solution: Fix the typo. Set environment variables to have a nested Vim write the coverage info in another directory.
diff --git a/src/version.c b/src/version.c index 7d6e449..88180a1 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1162, +/**/ 1161, /**/ 1160,