diff src/version.c @ 12539:6d3584b60170 v8.0.1148

patch 8.0.1148: gN doesn't work on last match with 'wrapscan' off commit https://github.com/vim/vim/commit/22ab547dc281092d6a9d397db712a11733c38e97 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Sep 26 12:28:45 2017 +0200 patch 8.0.1148: gN doesn't work on last match with 'wrapscan' off Problem: "gN" doesn't work on last match with 'wrapscan' off. (fcpg) Solution: Adjust for searching backward. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Sep 2017 12:30:03 +0200
parents a24356fd94d8
children fcb11cfca8b3
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1148,
+/**/
     1147,
 /**/
     1146,