commit | 4a7d2d3b407ed695450bb7f43166e2f2722a6836 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 21 16:25:50 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 21 16:25:50 2019 +0100 |
tree | f30c8ace53a50dc9328f09f2f56b403641d9e3c3 | |
parent | d91e5dafd5ec57d8e61f1a6ba3628a255785c25c [diff] [blame] |
patch 8.1.0963: illegal memory access when using 'incsearch' Problem: Illegal memory access when using 'incsearch'. Solution: Reset highlight_match when changing text. (closes #4022)
diff --git a/src/version.c b/src/version.c index 59a4e02..30a8081 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 963, +/**/ 962, /**/ 961,