summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-08-27 18:34:29 +0200
committerBram Moolenaar <Bram@vim.org>2016-08-27 18:34:29 +0200
commite17bdffff78ebd6a4e3cff26754cc667557ea810 (patch)
tree10710296d3d60c51938e5f7e577abe2edccbdb47 /src/version.c
parent1195669f9e434fa9ab8b57ee9470bf951e4990b8 (diff)
downloadvim-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.c2
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,