updated for version 7.3.1112
Problem: New regexp engine: \%V not supported.
Solution: Implement \%V. Add tests.
diff --git a/src/testdir/test64.in b/src/testdir/test64.in
index 4d892af..2531002 100644
--- a/src/testdir/test64.in
+++ b/src/testdir/test64.in
@@ -458,6 +458,14 @@
:.yank
Gop:"
:"
+:" Check matching Visual area
+/^Visual:
+jfxvfx:s/\%Ve/E/g
+jV:s/\%Va/A/g
+jfxfxj:s/\%Vo/O/g
+:/^Visual/+1,/^Visual/+4yank
+Gop:"
+:"
:" Check patterns matching cursor position.
:func! Postest()
new
@@ -520,4 +528,10 @@
asdfasd<yy
xxstart3
+Visual:
+thexe the thexethe
+andaxand andaxand
+oooxofor foroxooo
+oooxofor foroxooo
+
Results of test64: