0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 8.2.4506: "pattern not found" for :global is not an error message

Problem:    "pattern not found" for :global is not an error message.
Solution:   In Vim9 script make this an actual error, so that try/catch can be
            used as expected.
This commit is contained in:
Bram Moolenaar
2022-03-04 21:34:31 +00:00
parent f07751457c
commit 24d9c0557e
4 changed files with 36 additions and 3 deletions

View File

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