diff options
| author | Bram Moolenaar <Bram@vim.org> | 2013-06-10 16:35:18 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2013-06-10 16:35:18 +0200 |
| commit | bcf4d178abef9336709b53516fbf0164ce5ebe09 (patch) | |
| tree | 2dacad0dd3aeea0522cda509871f8f77683be664 /src/testdir/test64.ok | |
| parent | 4380d1ea239fe7f2546b7cad4ad0c424f0f5979a (diff) | |
| download | vim-git-bcf4d178abef9336709b53516fbf0164ce5ebe09.tar.gz | |
updated for version 7.3.1157v7.3.1157
Problem: New regexp engine fails on "\(\<command\)\@<=.*"
Solution: Fix rule for postponing match. Further tune estimating whether
postponing works better. Add test.
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 0e25737dd..8e90cb8f8 100644 --- a/src/testdir/test64.ok +++ b/src/testdir/test64.ok @@ -890,6 +890,9 @@ OK 2 - \(foo\)\@<=\> OK 0 - \(foo\)\@<=\> OK 1 - \(foo\)\@<=\> OK 2 - \(foo\)\@<=\> +OK 0 - \(foo\)\@<=.* +OK 1 - \(foo\)\@<=.* +OK 2 - \(foo\)\@<=.* OK 0 - \(a*\)\@>a OK 1 - \(a*\)\@>a OK 2 - \(a*\)\@>a |
