commit | 11aa62f8f949bb590b4d7792a334885fba5e4137 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 04 22:56:01 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 04 22:56:01 2017 +0200 |
tree | 56dff83537634b3e6e72019ea7f6282f4380fb84 | |
parent | 178333783fac3a5edbc86f2e9c57a21c41f05697 [diff] [blame] |
patch 8.0.1055: bufline test hangs on MS-Windows Problem: Bufline test hangs on MS-Windows. Solution: Avoid message for writing file. Source shared.vim when running test individually.
diff --git a/src/version.c b/src/version.c index 7f7002c..d15565f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1055, +/**/ 1054, /**/ 1053,