updated for version 7.3.1026
Problem: New regexp: pattern that includs a new-line matches too early.
(john McGowan)
Solution: Do not start searching in the second line.
diff --git a/src/testdir/test64.in b/src/testdir/test64.in
index 8d0f535..d30d76d 100644
--- a/src/testdir/test64.in
+++ b/src/testdir/test64.in
@@ -372,6 +372,12 @@
:.+1,.+2yank
Gop:"
:"
+:" Check a pattern with a line break matches in the right position.
+/^Multiline
+/\S.*\nx
+:.yank
+y$Gop:"
+:"
:"
:/\%#=1^Results/,$wq! test.out
ENDTEST
@@ -383,4 +389,11 @@
<T="">Ta 5</Title>
<T="">Ac 7</Title>
+Multiline:
+abc
+def
+ghi
+xjk
+lmn
+
Results of test64: