commit | 9eb76af451ddd8eaad0cd5dd629f18c4f4035171 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 16 16:30:21 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 16 16:30:21 2018 +0100 |
tree | 0959eb7a0e021fbb8af4f77ddafd253abd84ceb1 | |
parent | e751a5f531c1ceb58dacc7c280fdaae0df2c71c7 [diff] [blame] |
patch 8.1.0604: autocommand test fails on MS-Windows Problem: Autocommand test fails on MS-Windows. Solution: Use pathcmp() instead of strcmp() to check if a directory differs.
diff --git a/src/version.c b/src/version.c index c73a3ed..10361cb 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 604, +/**/ 603, /**/ 602,