1
0
forked from aniani/vim

patch 8.2.3713: MS-Windows: no error if vimgrep pattern is not matching

Problem:    MS-Windows: No error message if vimgrep pattern is not matching.
Solution:   Give an error message. (Christian Brabandt, closes #9245,
            closes #8762)
This commit is contained in:
Christian Brabandt
2021-12-01 10:54:24 +00:00
committed by Bram Moolenaar
parent 05e59e3a9f
commit 0b226f60be
3 changed files with 19 additions and 3 deletions

View File

@@ -753,6 +753,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3713,
/**/
3712,
/**/