commit | cf25fdb8f10a92b3bf9e295c466c1b69812b7886 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 03 21:04:53 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 03 21:04:53 2016 +0200 |
tree | f9d9ccd55a971da18d154d67bb5a16250bf196bb | |
parent | 4c38d66d25e4ba433fe87283a4664425a3dbd529 [diff] [blame] |
patch 7.4.2151 Problem: Quickfix test fails on MS-Windows. Solution: Close the help window. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index c50088e..9af79c6 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2151, +/**/ 2150, /**/ 2149,