commit | ab62c19ea034d76632bbbf4265a9fc17e7508541 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 16:39:05 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 16:39:05 2019 +0100 |
tree | 0db9aaf152fee7d117a35fac2838113d267097e6 | |
parent | 433a5eb9de861dd01ea3b3dfa3b8fe23527cab54 [diff] [blame] |
patch 8.1.1082: "Conceal" match is mixed up with 'hlsearch' match. Problem: "Conceal" match is mixed up with 'hlsearch' match. Solution: Check that a match is found, not a 'hlsearch' item. (Andy Massimino, closes #4073)
diff --git a/src/version.c b/src/version.c index fad51e2..98f09b3 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1082, +/**/ 1081, /**/ 1080,