commit | 13ed494bb5edc5a02d0ed0feabddb68920f88570 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 19 13:59:25 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 19 13:59:25 2022 +0100 |
tree | 7faa3b6d186079fceae55ad7d19d18384d896627 | |
parent | 213e70e284b0975dd34525e94e59e26811097c72 [diff] [blame] |
patch 9.0.0228: crash when pattern looks below the last line Problem: Crash when pattern looks below the last line. Solution: Consider invalid lines to be empty. (closes #10938)
diff --git a/src/version.c b/src/version.c index 5d69c63..86be34d 100644 --- a/src/version.c +++ b/src/version.c
@@ -732,6 +732,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 228, +/**/ 227, /**/ 226,