1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2016-08-27 18:34:29 +02:00
parent 1195669f9e
commit e17bdffff7
3 changed files with 35 additions and 3 deletions

View File

@@ -763,6 +763,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2269,
/**/
2268,
/**/