]> granicus.if.org Git - vim/commit
patch 8.1.1743: 'hlsearch' and match highlighting in the wrong place v8.1.1743
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Jul 2019 16:13:16 +0000 (18:13 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Jul 2019 16:13:16 +0000 (18:13 +0200)
commitbbca7732e8a3deb6e5dcf84739579a2667a75475
treee254132f375b6c1b798e37923185d919dbe85c2b
parent7dfb016d25e3e3e1f4411026dda21d1536f21acc
patch 8.1.1743: 'hlsearch' and match highlighting in the wrong place

Problem:    'hlsearch' and match highlighting in the wrong place.
Solution:   Move highlighting from inside screen functions to highlight.c.
src/highlight.c
src/proto/highlight.pro
src/screen.c
src/version.c