commit | 24d9c0557ef52141d12ac32568967b190d247c6f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 04 21:34:31 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 04 21:34:31 2022 +0000 |
tree | 49ea9a439a258adc97e5897364ef5a63ca6f7c53 | |
parent | f07751457c39a645009c17cd837131f6bcdd7d55 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 5f703c4..12ea556 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4506, +/**/ 4505, /**/ 4504,