commit | db77c49401145d76441fbb3d22a1d7d987681c13 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 23:26:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jun 12 23:26:50 2022 +0100 |
tree | fa3d3b28224c3fdf37848be40e1e885948b394fa | |
parent | 93974239857318fe604e53abd41ffead04b7c657 [diff] [blame] |
patch 8.2.5083: autocmd test still fails on MS-Windows Problem: Autocmd test still fails on MS-Windows. Solution: Change backward to forward slashes.
diff --git a/src/version.c b/src/version.c index 6479ffa..745f85c 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5083, +/**/ 5082, /**/ 5081,