commit | 832615be12bdb5d60b2850e2025592dc67217f37 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 23 13:30:22 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 23 13:30:22 2019 +0100 |
tree | a2664ba4e8352a4bf8ad6f9b2ae1b93710bf87d7 | |
parent | 295e3ba31f76818f195c654df506c88cb65f9289 [diff] [blame] |
patch 8.1.1042: the paste test doesn't work properly in the Windows console Problem: The paste test doesn't work properly in the Windows console. Solution: Disable the test.
diff --git a/src/version.c b/src/version.c index ce32f2b..4dc0df6 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1042, +/**/ 1041, /**/ 1040,