commit | 0b226f60be5c30c32fb01fc0b6dc11286e7e2313 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Wed Dec 01 10:54:24 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Dec 01 10:54:24 2021 +0000 |
tree | 6274052c2c2956101bcb8203b50bad184fc7c289 | |
parent | 05e59e3a9ffddbf93c7af02cd2ba1d0f822d4625 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d6f409e..30be8ae 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3713, +/**/ 3712, /**/ 3711,