]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1168: wrong highlighting with combination of match and 'cursorline' v8.0.1168
authorBram Moolenaar <Bram@vim.org>
Sat, 30 Sep 2017 19:23:55 +0000 (21:23 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 30 Sep 2017 19:23:55 +0000 (21:23 +0200)
commit0aa398f55a327282c70f56e0bac2dcb9521da378
tree456180a96037ce14db277909c08cd6fa286168a2
parent3a497e1a414dc44b3df6a6fca60838ecd8ff0ca6
patch 8.0.1168: wrong highlighting with combination of match and 'cursorline'

Problem:    wrong highlighting with combination of match and 'cursorline'.
Solution:   Use "line_attr" when appropriate. (Ozaki Kiichi, closes #2111)
            But don't highlight more than one character.
src/screen.c
src/testdir/test_highlight.vim
src/testdir/view_util.vim
src/version.c