diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-09-05 16:05:36 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-09-05 16:05:36 +0200 |
commit | 78c93e4b6a87720a50ac14c40aa077ed6b86145b (patch) | |
tree | 3e075f5c593b8503f26ddc28b51b92ea08111275 /src/testdir/test64.ok | |
parent | 00b764aa4115271aa553c8443adc6cec6859e69e (diff) | |
download | vim-78c93e4b6a87720a50ac14c40aa077ed6b86145b.zip |
updated for version 7.4.020
Problem: NFA engine matches too much with \@>. (John McGowan)
Solution: When a whole pattern match is found stop searching.
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 da19c0423..fa83f91af 100644 --- a/src/testdir/test64.ok +++ b/src/testdir/test64.ok @@ -983,6 +983,9 @@ OK 2 - \(a*\)\@>a OK 0 - \(a*\)\@>b OK 1 - \(a*\)\@>b OK 2 - \(a*\)\@>b +OK 0 - ^\(.\{-}b\)\@>. +OK 1 - ^\(.\{-}b\)\@>. +OK 2 - ^\(.\{-}b\)\@>. OK 0 - \(a*\)\@>a\|a\+ OK 2 - \(a*\)\@>a\|a\+ OK 0 - \_[^8-9]\+ |