summaryrefslogtreecommitdiffstats
path: root/src/testdir/test64.in
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-04 21:27:38 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-04 21:27:38 +0200
commit044aa290c5f20afc871629acec9aae0dae367a01 (patch)
tree68cc369d96fea98e87d6a24cb4f14a1d95beebcb /src/testdir/test64.in
parentdacd7de3fd5edd8f3a41ba3c9c389b653b6a9e5d (diff)
updated for version 7.3.1113v7.3.1113
Problem: New regexp engine: \%'m not supported. Solution: Implement \%'m. Add tests.
Diffstat (limited to 'src/testdir/test64.in')
-rw-r--r--src/testdir/test64.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/testdir/test64.in b/src/testdir/test64.in
index 2531002203..65b4e33d70 100644
--- a/src/testdir/test64.in
+++ b/src/testdir/test64.in
@@ -466,6 +466,13 @@ jfxfxj:s/\%Vo/O/g
:/^Visual/+1,/^Visual/+4yank
Gop:"
:"
+:" Check matching marks
+/^Marks:
+jfSmsfEme:.-4,.+6s/.\%>'s.*\%<'e../here/
+jfSmsj0fEme:.-4,.+6s/.\%>'s\_.*\%<'e../again/
+:/^Marks:/+1,/^Marks:/+3yank
+Gop:"
+:"
:" Check patterns matching cursor position.
:func! Postest()
new
@@ -534,4 +541,9 @@ andaxand andaxand
oooxofor foroxooo
oooxofor foroxooo
+Marks:
+asdfSasdfsadfEasdf
+asdfSas
+dfsadfEasdf
+
Results of test64: