diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-27 18:34:29 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-27 18:34:29 +0200 |
commit | e17bdffff78ebd6a4e3cff26754cc667557ea810 (patch) | |
tree | 10710296d3d60c51938e5f7e577abe2edccbdb47 /src/version.c | |
parent | 1195669f9e434fa9ab8b57ee9470bf951e4990b8 (diff) | |
download | vim-git-e17bdffff78ebd6a4e3cff26754cc667557ea810.tar.gz |
patch 7.4.2269v7.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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 529b255cc..289474ba8 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2269, +/**/ 2268, /**/ 2267, |