commit | 5449f7c6fc574fed1020d70878becbbfca5a5a41 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 13:51:37 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 30 13:51:37 2017 +0200 |
tree | 760e9e456a737719e37d5185b2091189ab31c994 | |
parent | d0b6c6c54e0f3c2984e1d9b316a587ef14cfd53a [diff] [blame] |
patch 8.0.0811: MS-Windows: test_expand_dllpath fails Problem: MS-Windows: test_expand_dllpath fails. Solution: Change backslashes to forward slashes
diff --git a/src/version.c b/src/version.c index fa67f7f..90d9273 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 811, +/**/ 810, /**/ 809,