1
0
forked from aniani/vim

patch 7.4.2100

Problem:    "cgn" and "dgn" do not work correctly with a single character
            match and the replacement includes the searched pattern. (John
            Beckett)
Solution:   If the match is found in the wrong column try in the next column.
            Turn the test into new style. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2016-07-24 17:33:05 +02:00
parent 73ac0c4281
commit 6835dc61ae
7 changed files with 117 additions and 92 deletions

View File

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