commit | 321481299757cdd43baeed33f4c5ba543fdfc7f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Mar 16 13:23:30 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Mar 16 13:23:30 2021 +0100 |
tree | 2a3e44be77b6d9eb2589d9b7dc18e3000dd87f5b | |
parent | f4fcedc59d4cc5ae6b5270a933e8377030283c1c [diff] [blame] |
patch 8.2.2609: test disabled on MS-Windows even though it should work Problem: Test disabled on MS-Windows even though it should work. Solution: Restore the condition for skipping the test. (Ken Takata, closes #7970)
diff --git a/src/version.c b/src/version.c index 9d46da6..ef2f0cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2609, +/**/ 2608, /**/ 2607,