diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-06-13 20:19:40 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-06-13 20:19:40 +0200 |
commit | b62bcd1e05a00bdacde11c52762cd48f6f0325f0 (patch) | |
tree | 56add0003306327aa602457daf9fc028e9bff01b /src/testdir/test64.in | |
parent | 484d241a4abb4a7e892fbb1e3afb269890526e5a (diff) | |
download | vim-git-b62bcd1e05a00bdacde11c52762cd48f6f0325f0.tar.gz |
updated for version 7.3.1185v7.3.1185
Problem: New regexp engine: no match with ^ after \n. (SungHyun Nam)
Solution: Fix it, add a test.
Diffstat (limited to 'src/testdir/test64.in')
-rw-r--r-- | src/testdir/test64.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/testdir/test64.in b/src/testdir/test64.in index 8100436f1..51cdb31e8 100644 --- a/src/testdir/test64.in +++ b/src/testdir/test64.in @@ -480,6 +480,12 @@ Gop:" :.yank y$Gop:" :" +:" Check a pattern with a line break and ^ and $ +/^Abc: +/a\n^b$\n^c/e +:.yank +Gop:" +:" :" Check a pattern with a look beind crossing a line boundary /^Behind: /\(<\_[xy]\+\)\@3<=start @@ -555,6 +561,11 @@ ghi xjk lmn +Abc: +a +b +c + Behind: asdfasd<yyy xxstart1 |