commit | e17bdffff78ebd6a4e3cff26754cc667557ea810 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 18:34:29 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 27 18:34:29 2016 +0200 |
tree | 10710296d3d60c51938e5f7e577abe2edccbdb47 | |
parent | 1195669f9e434fa9ab8b57ee9470bf951e4990b8 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 529b255..289474b 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2269, +/**/ 2268, /**/ 2267,