commit | 14f55c6f67b55b693d0689beb66af90f53589a77 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 31 21:45:09 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 31 21:45:09 2013 +0200 |
tree | a7faacd4fddae3495983292cc996d8a1938c4589 | |
parent | 99dc19d1cc4d68694f168ccee468bbab908b9c58 [diff] [blame] |
updated for version 7.3.1082 Problem: New regexp engine: Problem with \@= matching. Solution: Save and restore nfa_match.
diff --git a/src/testdir/test64.ok b/src/testdir/test64.ok index ed4f52d..2f96073 100644 --- a/src/testdir/test64.ok +++ b/src/testdir/test64.ok
@@ -669,6 +669,9 @@ OK 0 - \(John.*\)\@=.*Bob OK 1 - \(John.*\)\@=.*Bob OK 2 - \(John.*\)\@=.*Bob +OK 0 - \<\S\+\())\)\@= +OK 1 - \<\S\+\())\)\@= +OK 2 - \<\S\+\())\)\@= OK 0 - .*John\&.*Bob OK 1 - .*John\&.*Bob OK 2 - .*John\&.*Bob