]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0344: 'hlsearch' highlighting has a gap after /$ v8.1.0344
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Sep 2018 13:07:28 +0000 (15:07 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Sep 2018 13:07:28 +0000 (15:07 +0200)
commit7ee3f15b21042cb8148980ea486137eaf1b55bcd
treea7f6dd33a377f7cd245c45eb519c90d548218243
parent3c5b8cd25485183ff7ce737e4dac069541210f6c
patch 8.1.0344: 'hlsearch' highlighting has a gap after /$

Problem:    'hlsearch' highlighting has a gap after /$.
Solution:   Remove suspicious code. (Ricky Zhou, closes #3400)
src/screen.c
src/testdir/test_hlsearch.vim
src/version.c