commit | 7ab5d77666c98f5229759402a451a26ea57a4801 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 26 20:45:24 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 26 20:45:24 2019 +0200 |
tree | a29695645e55ae0584ef0a962a8c58da7f2f4f69 | |
parent | 96f45c0b6fc9e9d404e6805593ed1e0e6795e470 [diff] [blame] |
patch 8.1.2222: accessing invalid memory Problem: Accessing invalid memory. (Dominique Pelle) Solution: Reset highlight_match every time. (closes #5125)
diff --git a/src/version.c b/src/version.c index 718ad65..2d0c84e 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2222, +/**/ 2221, /**/ 2220,