commit | 56242f2b08737677812513c447955579a19aa620 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 14 15:48:48 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 14 15:48:48 2018 +0100 |
tree | 3ef7b60ee3da72996c944644cee19eca76a47734 | |
parent | 5f5e203c92365ac6399de3663637b73bf9fb6dfa [diff] [blame] |
patch 8.1.0585: undo test may fail on MS-Windows Problem: Undo test may fail on MS-Windows. Solution: Also handle lower case drive letters.
diff --git a/src/version.c b/src/version.c index a25f262..2c8b3ac 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 585, +/**/ 584, /**/ 583,