commit | 448465e6872905967c97a56cd45307530795653c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Nov 25 13:49:27 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Nov 25 13:49:27 2020 +0100 |
tree | 444e706bf1aa0d1ec35a1eb36fd22d1c042d7c41 | |
parent | 5ee0981fb5259f94900ab25207caddf1fa61010d [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index d9b197b..ef0e157 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2045, +/**/ 2044, /**/ 2043,