commit | 01a4dcbceefa99696bd1ef8631c3f7ce9f6e0cc2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 04 13:15:10 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 04 13:15:10 2021 +0000 |
tree | de2a21f79b9ffde221094f1aa558e45a394f5b58 | |
parent | b579f6ebbfa826d228abec1e1b24c05894517c27 [diff] [blame] |
patch 8.2.3734: Vim9: crash when no pattern match found Problem: Vim9: crash when no pattern match found. Solution: Check for error.
diff --git a/src/version.c b/src/version.c index cdc01a3..7948ecc 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3734, +/**/ 3733, /**/ 3732,