commit | 7c0d0c3c75151e716184397a41ff74ab0429db5a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 22:33:33 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 22:33:33 2022 +0100 |
tree | 7932e186d07ba3d29cbb21db361f40e4673a3628 | |
parent | 6ba83ba9ee292f68aa0b218b3eef42db31c0b632 [diff] [blame] |
patch 8.2.5081: autocmd test fails on MS-Windows Problem: Autocmd test fails on MS-Windows. Solution: Set shellslash to get forward slashes.
diff --git a/src/version.c b/src/version.c index 20ca4eb..117a432 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5081, +/**/ 5080, /**/ 5079,