# HG changeset patch # User Christian Brabandt # Date 1470251705 -7200 # Node ID 429be545637a9f8595698658205b55f3acc6d376 # Parent 4843c53e809ac4248773c6358c82433c4bc54ecd commit https://github.com/vim/vim/commit/cf25fdb8f10a92b3bf9e295c466c1b69812b7886 Author: Bram Moolenaar Date: Wed Aug 3 21:04:53 2016 +0200 patch 7.4.2151 Problem: Quickfix test fails on MS-Windows. Solution: Close the help window. (Christian Brabandt) diff --git a/src/testdir/test_quickfix.vim b/src/testdir/test_quickfix.vim --- a/src/testdir/test_quickfix.vim +++ b/src/testdir/test_quickfix.vim @@ -407,6 +407,7 @@ endfunction function Test_helpgrep() call s:test_xhelpgrep('c') + helpclose call s:test_xhelpgrep('l') endfunc diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2151, +/**/ 2150, /**/ 2149,