commit | 0b6849e9e302286e906d97e4ba017dd66561a9ce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 02 18:33:25 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 02 18:33:25 2020 +0200 |
tree | 066fa3d155771c555ac9fe8588019f098e16c4ef | |
parent | 01f731e97c92bee05927f5008b7cd34ce188632b [diff] [blame] |
patch 8.2.0681: pattern for 'hlsearch' highlighting may leak Problem: Pattern for 'hlsearch' highlighting may leak. (Dominique Pelle) Solution: Call end_search_hl() to make sure the previous pattern is freed. (closes #6028)
diff --git a/src/version.c b/src/version.c index 02f7b6e..982ac1f 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 681, +/**/ 680, /**/ 679,