Shao Zhang hat gesagt: // Shao Zhang wrote:

>       The worst case that I have seen in vim, is the multiline regexp
>       with quotes in it. And it is even worse if I only want to match
>       the beginning quote. See example below:
> 
>       $hello =~ s{
>                   \"hello world
>                 }{
>                   hello
>                 }gex;
> 
>       Anyone have a solution for this? This really prevents me using
>       this nice perl feature.

Uhhm, well, this indeed is a big problem even on my Vim. Further
investigation needed...

bye
-- 
                                                 __    __
 Frank Barknecht       ____ ______   ____ __ trip\ \  / /wire ______
                      / __// __  /__/ __// // __  \ \/ /  __ \\  ___\   
                     / /  / ____/  / /  / // ____// /\ \\  ___\\____ \  
                    /_/  /_____/  /_/  /_//_____// /  \ \\_____\\_____\
                                                /_/    \_\ 

Reply via email to