commit | 795aaa1e84d76a6fe066694de9876b8a21cbe40c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 02 20:36:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 02 20:36:01 2020 +0200 |
tree | 47160caca49d77a8d5938103ca4dcd334d51d8a6 | |
parent | 8a9bc95eaec53f4e0c951ff8f2686ae5113a5709 [diff] [blame] |
patch 8.2.1787: crash with 'incsearch' and very long line Problem: Crash with 'incsearch' and very long line. Solution: Check whether regprog becomes NULL. (closes #7063)
diff --git a/src/version.c b/src/version.c index 7f528b9..877d63d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1787, +/**/ 1786, /**/ 1785,