commit | 1d68d9b2bd60d848552c08763e590edde16056c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 13 22:33:32 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 13 22:33:32 2017 +0200 |
tree | fa68095e8316749d0eb3cce30b16f833e71c879b | |
parent | 8065cf2bfba93a8aeed29f591152edeb0841bff6 [diff] [blame] |
patch 8.0.1188: autocmd test fails on MS-Windows Problem: Autocmd test fails on MS-Windows. Solution: Give the buffer a name and find the buffer to be wiped out by name.
diff --git a/src/version.c b/src/version.c index f1ab827..8742035 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1188, +/**/ 1187, /**/ 1186,