1
0
forked from aniani/vim

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)
This commit is contained in:
Bram Moolenaar
2017-09-26 12:28:45 +02:00
parent 7c456a4511
commit 22ab547dc2
3 changed files with 25 additions and 9 deletions

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1148,
/**/
1147,
/**/