commit | 45df2a01a79d562b59949383f79625bb8bd89a69 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 29 15:03:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 29 15:03:01 2020 +0200 |
tree | 0c2227209684bbc13c5c79a7c39e49219263dec0 | |
parent | 9898107f54a330c6d9629976250a393169c698ca [diff] [blame] |
patch 8.2.1315: MS-Windows: test log contains escape sequences Problem: MS-Windows: test log contains escape sequences. Solution: Do not use t_md and t_me but ANSI escape sequences. (Ken Takata, closes #6559)
diff --git a/src/version.c b/src/version.c index b1ed1df..1271668 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1315, +/**/ 1314, /**/ 1313,