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)

6835dc61ae

Closes #5796
This commit is contained in:
James McCoy
2017-01-10 10:21:48 -05:00
parent 6095c5df45
commit 4c3204097c
6 changed files with 117 additions and 94 deletions

View File

@@ -340,7 +340,7 @@ static int included_patches[] = {
2103,
// 2102 NA
// 2101,
// 2100,
2100,
// 2099,
// 2098,
// 2097,