]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.2269 v7.4.2269
authorBram Moolenaar <Bram@vim.org>
Sat, 27 Aug 2016 16:34:29 +0000 (18:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 27 Aug 2016 16:34:29 +0000 (18:34 +0200)
commite17bdffff78ebd6a4e3cff26754cc667557ea810
tree10710296d3d60c51938e5f7e577abe2edccbdb47
parent1195669f9e434fa9ab8b57ee9470bf951e4990b8
patch 7.4.2269
Problem:    Using 'hlsearch' highlighting instead of matchpos if there is no
            search match.
Solution:   Pass NULL as last item to next_search_hl() when searching for
            'hlsearch' match. (Shane Harper, closes #1013)
src/screen.c
src/testdir/test_match.vim
src/version.c