diff options
| author | Bram Moolenaar <Bram@vim.org> | 2013-11-21 17:13:00 +0100 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2013-11-21 17:13:00 +0100 |
| commit | 438ee5bf603f3cee2c8ec924d081885c0086ba19 (patch) | |
| tree | d39bb63d5cbe3a7b73563977647e07f91e36afeb /src/testdir/test64.ok | |
| parent | 272fb5823627e2e088b8f39ea516fc8a9341572e (diff) | |
| download | vim-git-438ee5bf603f3cee2c8ec924d081885c0086ba19.tar.gz | |
updated for version 7.4.101v7.4.101
Problem: Using \1 in pattern goes one line too far. (Bohr Shaw, John Little)
Solution: Only advance the match end for the matched characters in the last
line.
Diffstat (limited to 'src/testdir/test64.ok')
| -rw-r--r-- | src/testdir/test64.ok | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/test64.ok b/src/testdir/test64.ok index 4bbc5335d..a1498ea5d 100644 --- a/src/testdir/test64.ok +++ b/src/testdir/test64.ok @@ -1031,6 +1031,9 @@ OK 2 - \<\(\(25\_[0-5]\|2\_[0-4]\_[0-9]\|\_[01]\?\_[0-9]\_[0-9]\?\)\.\)\{3\}\(25 OK 0 - a\n^b$\n^c OK 1 - a\n^b$\n^c OK 2 - a\n^b$\n^c +OK 0 - \(^.\+\n\)\1 +OK 1 - \(^.\+\n\)\1 +OK 2 - \(^.\+\n\)\1 <T="5">Ta 5</Title> <T="7">Ac 7</Title> |
