]> granicus.if.org Git - vim/commit
patch 8.1.1082: "Conceal" match is mixed up with 'hlsearch' match. v8.1.1082
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Mar 2019 15:39:05 +0000 (16:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Mar 2019 15:39:05 +0000 (16:39 +0100)
commitab62c19ea034d76632bbbf4265a9fc17e7508541
tree0db9aaf152fee7d117a35fac2838113d267097e6
parent433a5eb9de861dd01ea3b3dfa3b8fe23527cab54
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)
src/screen.c
src/version.c