Re: Maintaining patterns

2007-01-26 Thread DervishD
Hi Tony :) * A.J.Mechelynck <[EMAIL PROTECTED]> dixit: > DervishD wrote: > [...] > >Tony, again you've not only solved my doubt, but gave me an > >important lesson about VimL. I owe you yet another one. I just hope > >someday I will be able to return at least part of your kindness with me

Re: Maintaining patterns

2007-01-26 Thread A.J.Mechelynck
DervishD wrote: [...] Tony, again you've not only solved my doubt, but gave me an important lesson about VimL. I owe you yet another one. I just hope someday I will be able to return at least part of your kindness with me. Raúl Núñez de Arenas Coronado I used to be a teacher, and I do

Re: Maintaining patterns

2007-01-26 Thread DervishD
Hi Tony :) Once more, Antoine came to the rescue :)) You're great, dude :) * A.J.Mechelynck <[EMAIL PROTECTED]> dixit: > DervishD wrote: > >In Perl I would store the complex pattern in some scalar, but I > >don't know how to do it in VimL. Probably it can be done with "let" > >and "e

Re: Maintaining patterns

2007-01-26 Thread A.J.Mechelynck
DervishD wrote: Hi all :) Another weird question O:) Let's suppose that I search frequently for a very complex pattern. This is easy to do using a keymap, for example. But let's assume that I also search frequently using the same pattern preceded by an arbitrary char *AND* followed

Maintaining patterns

2007-01-26 Thread DervishD
Hi all :) Another weird question O:) Let's suppose that I search frequently for a very complex pattern. This is easy to do using a keymap, for example. But let's assume that I also search frequently using the same pattern preceded by an arbitrary char *AND* followed by the same char.