1
0
forked from aniani/vim

patch 8.0.0298: Ex command range with repeated search does not work

Problem:    Ex command range with repeated search does not work. (Bruce
            DeVisser)
Solution:   Skip over \/, \? and \&.
This commit is contained in:
Bram Moolenaar
2017-02-03 21:19:04 +01:00
parent 03ff9bcbc9
commit cbf20fbcd3
3 changed files with 36 additions and 2 deletions

View File

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