1
0
forked from aniani/vim

patch 8.2.2045: highlighting a character too much with incsearch

Problem:    Highlighting a character too much with incsearch.
Solution:   Check "search_match_endcol". (Christian Brabandt, closes #7360)
This commit is contained in:
Bram Moolenaar
2020-11-25 13:49:27 +01:00
parent 5ee0981fb5
commit 448465e687
8 changed files with 64 additions and 1 deletions

View File

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