commit | 35d21c6830fc2d68aca838424a0e786821c5891c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 16:47:16 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 16:47:16 2022 +0100 |
tree | 129500dfedad747749dbb49a78b54bc630c6df8d | |
parent | 8deb2b30c77035bb682ccf80b781455ac1d6038b [diff] [blame] |
patch 9.0.0360: crash when invalid line number on :for is ignored Problem: Crash when invalid line number on :for is ignored. Solution: Do not check breakpoint for non-existing line.
diff --git a/src/version.c b/src/version.c index fa2d9d5..4f2b3dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 360, +/**/ 359, /**/ 358,