Noah Spurrier wrote:
I used this pattern to select sections of test that belong to me
when CVS or SVN generates a merge conflict. This pattern works fine:
/^<<<\_.\{-}===.*$/
I have search highlighting turned on and I can see the multiline
patterns get highlighted as expected.
...
Noah Spurrier wrote:
I used this pattern to select sections of test that belong to me
when CVS or SVN generates a merge conflict. This pattern works fine:
/^<<<\_.\{-}===.*$/
I have search highlighting turned on and I can see the multiline
patterns get highlighted as expected.
Then I
Noah Spurrier wrote:
I used this pattern to select sections of test that belong to me
when CVS or SVN generates a merge conflict. This pattern works fine:
/^<<<\_.\{-}===.*$/
[cut]
:g/^<<<\_.\{-}===.*$/d
Again, this would only delete the first line of the pattern match.
On 7/19/06, Noah Spurrier <[EMAIL PROTECTED]> wrote:
I used this pattern to select sections of test that belong to me
when CVS or SVN generates a merge conflict. This pattern works fine:
/^<<<\_.\{-}===.*$/
I have search highlighting turned on and I can see the multiline
patterns get