commit | c537947100d4a73754ad4b4c9228c6c439655e5d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 22:38:00 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 16 22:38:00 2017 +0100 |
tree | 1fb97de2a7dc94f6f71848c08085d6378a48270c | |
parent | 0529b3eb01fcfd18c0644f8ece9ea107dd460a0f [diff] [blame] |
patch 8.0.0472: when a test fails another test may also fail Problem: When a test fails and test.log is created, Test_edit_CTRL_I matches it instead of test1.in. Solution: Match with runtest.vim instead.
diff --git a/src/version.c b/src/version.c index 3f51e5a..e4a40f2 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 472, +/**/ 471, /**/ 470,